Package | Description |
---|---|
org.mathIT.graphs |
Provides classes representing mathematical graphs and its vertices.
|
Modifier and Type | Method and Description |
---|---|
Clustering |
Clustering.copy()
Returns a copy of this clustering.
|
Clustering |
Graph.detectClusters()
Returns a clustering of this graph which maximizes its modularity.
|
Clustering |
Graph.detectClustersExactly()
Finds an optimum clustering by exhaustion.
|
Clustering |
Graph.getRelevanceClusters()
Finds a clustering according to the relevance of each nde of this graph.
|
Clustering |
Clustering.merge(int i,
int j)
Merges the clusters i and j of this clustering and returns the resulting clustering.
|