Package | Description |
---|---|
eu.h2020.helios_social.modules.socialgraphmining.combination |
Modifier and Type | Class | Description |
---|---|---|
class |
SwitchableMiner |
This class enables switching between different
SocialGraphMiner implementations. |
class |
WeightedMiner |
This class weighs different
SocialGraphMiner implementations to produce combined scores. |
Modifier and Type | Method | Description |
---|---|---|
SocialGraphMinerCombination |
WeightedMiner.setMinerWeight(java.lang.String minerName,
double minerWeight) |
Gets a created miner with
getMiner(String) and associates a new weight with it. |