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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusteringCoefficients
public ClusteringCoefficients()
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)