public class nvgraphClusteringMetric extends Object
Modifier and Type | Field and Description |
---|---|
static int |
NVGRAPH_EDGE_CUT
total number of edges between clusters.
|
static int |
NVGRAPH_MODULARITY
clustering score telling how good the clustering is compared to random assignment.
|
static int |
NVGRAPH_RATIO_CUT
sum for all clusters of the number of edges going outside of the cluster divided by the number of vertex inside the cluster
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int NVGRAPH_MODULARITY
public static final int NVGRAPH_EDGE_CUT
public static final int NVGRAPH_RATIO_CUT
public static String stringFor(int n)
Copyright © 2019. All rights reserved.