|
||||||||||
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.ClusterCloseness
public class ClusterCloseness
Field Summary |
---|
Fields inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
gm, labeler, labels |
Constructor Summary | |
---|---|
ClusterCloseness()
|
Method Summary | |
---|---|
boolean |
clusterBased()
Is this scoring function cluster based (does it need clustering). |
double |
score(ModularityClusterer.Cluster c,
Node n)
|
java.lang.String |
toString()
|
Methods inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction |
---|
bestScore, compare, compare, initialize, update, updateable, worstScore |
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 ClusterCloseness()
Method Detail |
---|
public boolean clusterBased()
ScoringFunction
clusterBased
in class ScoringFunction
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 |