Class | Description |
---|---|
CentralizedGNNMiner |
This class provides an implementation of a
SocialGraphMiner based on
a Graph Neural Network (GNN) architecture. |
ContextTrainingExampleData |
This class provides a storage structure that organizes a list of
TrainingExample data to be stored in the
contextual ego network's contexts. |
GNNMiner |
This class provides an implementation of a
SocialGraphMiner based on
a Graph Neural Network (GNN) architecture. |
GNNNodeData |
This class provides a storage structure that organizes an embedding and a regularization target of contextual
ego network nodes.
|
TrainingExample |
A class models a training example used in GNN architectures that can be written
a tuple (src, dst, weight, label).
|