roksana.attack_methods.pagerank

PageRankAttack Module

This module implements the PageRankAttack class for adversarial attacks on graphs by selectively removing edges connected to nodes based on their PageRank scores.

Classes:
  • PageRankAttack: A class to perform PageRank-based edge removal attacks on a graph dataset.

Classes

PageRankAttack(data, **kwargs)

PageRankAttack Class Implements an adversarial attack that removes edges connected to nodes based on their PageRank scores.