netkit.classifiers.active.graphfunctions
Class WeightedCloseness

java.lang.Object
  extended by netkit.classifiers.active.graphfunctions.ScoringFunction
      extended by netkit.classifiers.active.graphfunctions.WeightedCloseness
All Implemented Interfaces:
java.util.Comparator<PickLabelStrategy.LabelNode>

public class WeightedCloseness
extends ScoringFunction


Field Summary
 
Fields inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction
gm, labeler, labels
 
Constructor Summary
WeightedCloseness()
           
 
Method Summary
 double score(ModularityClusterer.Cluster c, Node n)
           
 java.lang.String toString()
           
 
Methods inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction
bestScore, clusterBased, 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

WeightedCloseness

public WeightedCloseness()
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class ScoringFunction

score

public double score(ModularityClusterer.Cluster c,
                    Node n)
Specified by:
score in class ScoringFunction