Package | Description |
---|---|
eu.h2020.helios_social.modules.socialgraphmining.diffusion |
Modifier and Type | Method | Description |
---|---|---|
PPRMiner |
PPRMiner.setPersonalizationAsGroundTruth(boolean personalizationAsGroundTruth) |
Sets whether personalization should be considered as ground truth.
|
PPRMiner |
PPRMiner.setRestartProbability(double restartProbability) |
Sets the restart probability of the personalized PageRank scheme.
|
PPRMiner |
PPRMiner.updatePersonalization(eu.h2020.helios_social.core.contextualegonetwork.Context context,
mklab.JGNN.core.Tensor personalization) |
Copies the elements of a given vector to the ego's personalization vector in the provided context.
|
PPRMiner |
PPRMiner.updatePersonalization(mklab.JGNN.core.Tensor personalization) |
Wraps the method
updatePersonalization(Context, Tensor) to update all
contexts with the given personalization. |