|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetkit.classifiers.active.graphfunctions.ScoringFunction
netkit.classifiers.active.graphfunctions.ReverseScoringFunction
public abstract class ReverseScoringFunction
Field Summary |
---|
Fields inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
gm, labeler, labels |
Constructor Summary | |
---|---|
ReverseScoringFunction()
|
Method Summary | |
---|---|
double |
bestScore()
What is the best score (first to be picked) |
int |
compare(double d1,
double d2)
Reverse of default comparator function. |
double |
worstScore()
What is the best score (last to be picked) |
Methods inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
clusterBased, compare, initialize, score, toString, update, updateable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Comparator |
---|
equals |
Constructor Detail |
---|
public ReverseScoringFunction()
Method Detail |
---|
public int compare(double d1, double d2)
compare
in class ScoringFunction
public double bestScore()
bestScore
in class ScoringFunction
public double worstScore()
worstScore
in class ScoringFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |