sim.field.network.stats.actorcentrality
Class ClosenessCentrality

java.lang.Object
  extended by sim.field.network.stats.actorcentrality.NodeIndex
      extended by sim.field.network.stats.actorcentrality.FreemanNodeIndex
          extended by sim.field.network.stats.actorcentrality.ClosenessCentrality

public class ClosenessCentrality
extends FreemanNodeIndex

Sabidussi's index of Actor Closeness Centrality (Wasserman and Faust, page 184)


Field Summary
 
Fields inherited from class sim.field.network.stats.actorcentrality.NodeIndex
network
 
Constructor Summary
ClosenessCentrality(Network network)
           
 
Method Summary
 double getMaxCummulativeDifference()
           
 double getMaxValue()
           
 double getValue(java.lang.Object node)
           
 
Methods inherited from class sim.field.network.stats.actorcentrality.FreemanNodeIndex
getStandarnizedMaxCummulativeDifference
 
Methods inherited from class sim.field.network.stats.actorcentrality.NodeIndex
getStandardizedValue, getValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClosenessCentrality

public ClosenessCentrality(Network network)
Method Detail

getValue

public double getValue(java.lang.Object node)
Specified by:
getValue in class NodeIndex

getMaxCummulativeDifference

public double getMaxCummulativeDifference()
Specified by:
getMaxCummulativeDifference in class FreemanNodeIndex

getMaxValue

public double getMaxValue()
Specified by:
getMaxValue in class NodeIndex