sim.field.network.stats.actorcentrality
Class FreemanNodeIndex

java.lang.Object
  extended by sim.field.network.stats.actorcentrality.NodeIndex
      extended by sim.field.network.stats.actorcentrality.FreemanNodeIndex
Direct Known Subclasses:
BetweennessCentrality, ClosenessCentrality, DegreeCentrality, DegreePrestige

public abstract class FreemanNodeIndex
extends NodeIndex

This centrality metric allows for a "maximum possible value difference" given the size of the net (only the number of nodes in the graph is fixed).


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

Constructor Detail

FreemanNodeIndex

public FreemanNodeIndex(Network network)
Method Detail

getMaxCummulativeDifference

public abstract double getMaxCummulativeDifference()

getStandarnizedMaxCummulativeDifference

public double getStandarnizedMaxCummulativeDifference()