Accumulate
, Average
, DiscoveryExactRank
, DiscoveryRank
, HitRate
, PeriodicReport
public interface Measure
SocialGraphMiner
.Modifier and Type | Method | Description |
---|---|---|
double |
evaluateSend(SocialGraphMiner socialGraphMiner,
eu.h2020.helios_social.core.contextualegonetwork.Context context,
eu.h2020.helios_social.core.contextualegonetwork.Node dst) |
Supervised evaluation of interactions sent by each node.
|
default double |
lastEvaluation() |
Retrieves the last evaluation calculated by
evaluateSend(SocialGraphMiner, Context, Node) . |
double evaluateSend(SocialGraphMiner socialGraphMiner, eu.h2020.helios_social.core.contextualegonetwork.Context context, eu.h2020.helios_social.core.contextualegonetwork.Node dst)
socialGraphMiner
- The social graph miner used to perform the prediction.context
- The context in which new interactions are predicted.dst
- The destination node.default double lastEvaluation()
evaluateSend(SocialGraphMiner, Context, Node)
.java.lang.RuntimeException
- if this method is not implemented.