|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cfpm.caves.za.util.NetworkUtilities
public class NetworkUtilities
Utility functions for networks.
Constructor Summary | |
---|---|
NetworkUtilities()
|
Method Summary | |
---|---|
static double |
calcClustCoef(java.util.List nodes,
java.lang.String linkType)
Calculates the clustering coefficient (avg. density of "ego networks") in graph for links of the specified type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkUtilities()
Method Detail |
---|
public static double calcClustCoef(java.util.List nodes, java.lang.String linkType)
nodes
- the network for which the ClustCoef will be calculated
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |