|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetkit.classifiers.active.PickLabelStrategyImp
netkit.classifiers.active.RandomLabeling
public class RandomLabeling
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface netkit.classifiers.active.PickLabelStrategy |
---|
PickLabelStrategy.LabelNode |
Field Summary |
---|
Fields inherited from class netkit.classifiers.active.PickLabelStrategyImp |
---|
iteration, logger |
Constructor Summary | |
---|---|
RandomLabeling()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
java.lang.String |
getShortName()
|
protected PickLabelStrategy.LabelNode[] |
pickNodes(Estimate predictions,
int maxPicks)
Get the list of nodes to get labels for. |
Methods inherited from class netkit.classifiers.active.PickLabelStrategyImp |
---|
configure, getAverageRank, getAverageRank, getDefaultConfiguration, getIterationNum, getNetworkLearner, getNodesToLabel, getRank, getSplit, initialize, peek, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RandomLabeling()
Method Detail |
---|
protected PickLabelStrategy.LabelNode[] pickNodes(Estimate predictions, int maxPicks)
PickLabelStrategyImp
pickNodes
in class PickLabelStrategyImp
maxPicks
- how many nodes should it pick at maximum (this iteration)
null
is returned if done.public java.lang.String getDescription()
public java.lang.String getName()
public java.lang.String getShortName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |