netkit.classifiers.active.graphfunctions
Class WeightedBetweenness

java.lang.Object
  extended by netkit.classifiers.active.graphfunctions.ScoringFunction
      extended by netkit.classifiers.active.graphfunctions.ReverseScoringFunction
          extended by netkit.classifiers.active.graphfunctions.WeightedBetweenness
All Implemented Interfaces:
java.util.Comparator<PickLabelStrategy.LabelNode>
Direct Known Subclasses:
ClusterSizeRank

public class WeightedBetweenness
extends ReverseScoringFunction


Field Summary
 
Fields inherited from class netkit.classifiers.active.graphfunctions.ScoringFunction
gm, labeler, labels
 
Constructor Summary
WeightedBetweenness()
           
 
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

WeightedBetweenness

public WeightedBetweenness()
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