|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.cesr.more.measures.network.supply.algos.MClusteringCoefficient
public class MClusteringCoefficient
RS_SoNetA
Constructor Summary | |
---|---|
MClusteringCoefficient()
|
Method Summary | ||
---|---|---|
static
|
getClusteringCoefficientOverallRatio(Graph<V,E> graph)
Calculates the clustering coefficient (also known as transitivity) for the given graph. |
|
static
|
getClusteringCoefficientPerNode(Graph<V,E> graph)
Calculates the clustering coefficient (also known as transitivity) for the given graph. |
|
static
|
getClusteringCoefficientPerNodeWithNeighbors(Graph<V,E> graph)
Calculates the clustering coefficient (also known as transitivity) for the given graph. |
|
static
|
getClusteringCoefficientRlike(Graph<V,E> graph)
Calculates the clustering coefficient (also known as transitivity) for the given graph. |
|
static
|
getClusteringCoefficientWeightedRatio(Graph<V,E> graph)
Calculates the clustering coefficient (also known as transitivity) for the given graph. |
|
static
|
getClusteringCoefficientWS(Graph<V,E> graph)
Does not consider the ego itself... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MClusteringCoefficient()
Method Detail |
---|
public static <V,E> double getClusteringCoefficientPerNode(Graph<V,E> graph)
V
- E
- graph
-
public static <V,E> double getClusteringCoefficientPerNodeWithNeighbors(Graph<V,E> graph)
V
- E
- graph
-
public static <V,E> double getClusteringCoefficientOverallRatio(Graph<V,E> graph)
V
- E
- graph
-
public static <V,E> double getClusteringCoefficientRlike(Graph<V,E> graph)
V
- E
- graph
-
public static <V,E> double getClusteringCoefficientWeightedRatio(Graph<V,E> graph)
V
- E
- graph
-
public static <V,E> double getClusteringCoefficientWS(Graph<V,E> graph)
V
- E
- graph
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |