roksana.attack_methods.viking

VikingAttack Module

This module implements the VikingAttack class for adversarial attacks on graphs by perturbing edges involving selected nodes.

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

Classes

VikingAttack(data, **kwargs)

VikingAttack Class Implements an adversarial attack by perturbing edges involving specified nodes in a graph.