roksana.attack_methods.base_attack

BaseAttack Module

This module provides an abstract base class for implementing graph attack methods. All attack methods must inherit from BaseAttack and implement the required methods.

Classes:
  • BaseAttack: Abstract base class for all attack methods.

Classes

BaseAttack(data, **kwargs)

Abstract BaseAttack Class Defines the interface for attack methods. All attack methods must inherit from this class and implement the __init__ and attack methods.