graph_gen_utils.metrics
Class MetricsReaderUndirectedNew

java.lang.Object
  extended by graph_gen_utils.metrics.MetricsReaderUndirectedNew

public class MetricsReaderUndirectedNew
extends java.lang.Object


Constructor Summary
MetricsReaderUndirectedNew(org.neo4j.graphdb.GraphDatabaseService transNeo)
           
 
Method Summary
 long clusterCount()
           
 double clusteringCoefficient()
           
 long clusterSizeDiff()
           
 double clusterSizeDiffPerc()
           
 java.lang.String clustersToString()
           
 long edgeCount()
           
 long edgeCut()
           
 double edgeCutPerc()
           
 long maxClusterSize()
           
 long meanClusterSize()
           
 long minClusterSize()
           
 double modularity()
           
 long nodeCount()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetricsReaderUndirectedNew

public MetricsReaderUndirectedNew(org.neo4j.graphdb.GraphDatabaseService transNeo)
Method Detail

nodeCount

public long nodeCount()

edgeCount

public long edgeCount()

edgeCut

public long edgeCut()

edgeCutPerc

public double edgeCutPerc()

clusterSizeDiff

public long clusterSizeDiff()

clusterSizeDiffPerc

public double clusterSizeDiffPerc()

clusterCount

public long clusterCount()

meanClusterSize

public long meanClusterSize()

minClusterSize

public long minClusterSize()

maxClusterSize

public long maxClusterSize()

modularity

public double modularity()

clusteringCoefficient

public double clusteringCoefficient()

clustersToString

public java.lang.String clustersToString()