- get(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner.SocialGraphMinerParameters
-
- getActiveMiner() - Method in class eu.h2020.helios_social.modules.socialgraphmining.combination.SwitchableMiner
-
Retrieves the active miner.
- getAverage() - Method in class eu.h2020.helios_social.modules.socialgraphmining.measures.Average
-
- getBaseMiner() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.CentralizedGNNMiner
-
- getConfidence(Context) - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNMiner
-
- getContextualEgoNetwork() - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner
-
- getCreatedMinerNames() - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMinerCombination
-
- getDevice(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.tests.BaseMinerTestFunctionalities
-
- getDevice(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.tests.HeuristicMinersTest
-
- getDst() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.TrainingExample
-
Retrieves the destination node of the training example interaction.
- getEmbedding() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNNodeData
-
Retrieves the embedding of the node.
- getEmbeddingHistory() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNNodeData
-
- getKeys() - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner.SocialGraphMinerParameters
-
- getLabel() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.TrainingExample
-
Retrieves the binary label the training example interaction that indicates whether whether the training example is of an existing (1) or non-existing (0) interaction.
- getMiner() - Method in class eu.h2020.helios_social.modules.socialgraphmining.experiments.simulation.Device
-
- getMiner() - Method in class eu.h2020.helios_social.modules.socialgraphmining.tests.TestDevice
-
- getMiner(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMinerCombination
-
- getMinerWeight(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.combination.WeightedMiner
-
Retrieves the weight associated with the provided miner name.
- getModelParameterObject(Interaction) - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner
-
Retrieves the parameters of the mining model that will be sent alongside the created interaction.
- getModelParameters(Interaction) - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner
-
Retrieves the parameters of the mining model that will be sent alongside the created interaction.
- getName() - Method in class eu.h2020.helios_social.modules.socialgraphmining.diffusion.PPRMiner
-
- getName() - Method in class eu.h2020.helios_social.modules.socialgraphmining.experiments.simulation.Device
-
- getName() - Method in class eu.h2020.helios_social.modules.socialgraphmining.tests.TestDevice
-
- getNeighborAggregation() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNNodeData
-
An aggregation of the node's neighborhood embeddings in the social graph.
- getNested(String) - Method in class eu.h2020.helios_social.modules.socialgraphmining.SocialGraphMiner.SocialGraphMinerParameters
-
- getNormalizedSmoothedPersonalization(Context) - Method in class eu.h2020.helios_social.modules.socialgraphmining.diffusion.PPRMiner
-
- getPersonalization(Context) - Method in class eu.h2020.helios_social.modules.socialgraphmining.diffusion.PPRMiner
-
Retrieves the ego node's personalization set for the specific context.
- getRestartProbability() - Method in class eu.h2020.helios_social.modules.socialgraphmining.diffusion.PPRMiner
-
Retrieves the restart probability of the equivalent random walk with restart scheme associated
with personalized PageRank.
- getSmoothedPersonalization(Context) - Method in class eu.h2020.helios_social.modules.socialgraphmining.diffusion.PPRMiner
-
Retrieves the outcome of smoothing the outcome of the ego's personalization through the social graph.
- getSrc() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.TrainingExample
-
Retrieves the destination node of the training example interaction.
- getTrainingExampleList() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.ContextTrainingExampleData
-
Grants direct access to a list of training examples to traverse or edit.
- getValue() - Method in class eu.h2020.helios_social.modules.socialgraphmining.heuristics.RepeatAndReplyMiner.OrderTimestamp
-
- getWeight() - Method in class eu.h2020.helios_social.modules.socialgraphmining.GNN.TrainingExample
-
Retrieves the weight of the training example.
- GNNMiner - Class in eu.h2020.helios_social.modules.socialgraphmining.GNN
-
This class provides an implementation of a
SocialGraphMiner
based on
a Graph Neural Network (GNN) architecture.
- GNNMiner(ContextualEgoNetwork) - Constructor for class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNMiner
-
Instantiates a
GNNMiner
on a given contextual ego network.
- GNNMinerTest - Class in eu.h2020.helios_social.modules.socialgraphmining.tests
-
- GNNMinerTest() - Constructor for class eu.h2020.helios_social.modules.socialgraphmining.tests.GNNMinerTest
-
- GNNNodeData - Class in eu.h2020.helios_social.modules.socialgraphmining.GNN
-
This class provides a storage structure that organizes an embedding and a regularization target of contextual
ego network nodes.
- GNNNodeData() - Constructor for class eu.h2020.helios_social.modules.socialgraphmining.GNN.GNNNodeData
-
- GNNSimulation() - Constructor for class eu.h2020.helios_social.modules.socialgraphmining.experiments.InteractionPredictionSimulation.GNNSimulation
-