roksana.attack_methods.degree

DegreeAttack Module

This module implements the DegreeAttack class for adversarial attacks on graphs by selectively removing edges connected to nodes with the highest degree.

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

Classes

DegreeAttack(data, **kwargs)

DegreeAttack Class Implements an adversarial attack that removes edges based on the degree of connected nodes.