|
||||||||||
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
netkit.classifiers.active.graphfunctions.Betweenness
public class Betweenness
Field Summary |
---|
Fields inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
gm, labeler, labels |
Constructor Summary | |
---|---|
Betweenness()
|
Method Summary | |
---|---|
double |
score(ModularityClusterer.Cluster c,
Node n)
|
java.lang.String |
toString()
|
Methods inherited from class netkit.classifiers.active.graphfunctions.ReverseScoringFunction |
---|
bestScore, compare, worstScore |
Methods inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
clusterBased, compare, initialize, 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 Betweenness()
Method Detail |
---|
public java.lang.String toString()
toString
in class ScoringFunction
public double score(ModularityClusterer.Cluster c, Node n)
score
in class ScoringFunction
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |