sim.field.network.stats.actorcentrality
Class DegreeCentrality

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.DegreeCentrality

public class DegreeCentrality
extends FreemanNodeIndex

Actor Degree Centrality (Wasserman and Faust, page 178)


Field Summary
 
Fields inherited from class sim.field.network.stats.actorcentrality.NodeIndex
network
 
Constructor Summary
DegreeCentrality(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

DegreeCentrality

public DegreeCentrality(Network network)
Method Detail

getValue

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

getMaxValue

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

getMaxCummulativeDifference

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