edu.iu.iv.toolkits.networkanalysistoolkit.analysis
Class ClusteringCoefficients

java.lang.Object
  |
  +--edu.iu.iv.toolkits.networkanalysistoolkit.analysis.ClusteringCoefficients

public class ClusteringCoefficients
extends java.lang.Object

Author:
Shashikant

Constructor Summary
ClusteringCoefficients()
           
 
Method Summary
 double getClusteringCoefficientMN(Network network)
           
 double getClusteringCoefficientWS(Network network, int pendantClusteringCoefficient)
           
 double getIncomingClusteringCoefficient(Network network)
           
 double getMutualConnectionCoefficient(Network network)
           
static ClusteringCoefficients getNewInstance()
           
 double getOutgoingClusteringCoefficient(Network network)
           
 double getTriangleCoefficient(Network network)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteringCoefficients

public ClusteringCoefficients()
Method Detail

getNewInstance

public static ClusteringCoefficients getNewInstance()

getClusteringCoefficientMN

public double getClusteringCoefficientMN(Network network)

getClusteringCoefficientWS

public double getClusteringCoefficientWS(Network network,
                                         int pendantClusteringCoefficient)

getIncomingClusteringCoefficient

public double getIncomingClusteringCoefficient(Network network)

getMutualConnectionCoefficient

public double getMutualConnectionCoefficient(Network network)

getOutgoingClusteringCoefficient

public double getOutgoingClusteringCoefficient(Network network)

getTriangleCoefficient

public double getTriangleCoefficient(Network network)