Package | Description |
---|---|
dev.nm.graph | |
dev.nm.graph.community |
Modifier and Type | Method and Description |
---|---|
static <V,E extends UndirectedEdge<V>,G extends UnDiGraph<V,E>> |
GraphUtils.getDisjointGraphs(UnDiGraph<V,E> g,
GraphUtils.GraphFactory<G> gCtor)
Separate an undirected graph into disjointed connected graphs.
|
Constructor and Description |
---|
GirvanNewman(UnDiGraph<V,E> g,
GirvanNewman.EdgeBetweenessCtor<V> ebCtor,
GraphUtils.GraphFactory<G> gCtor)
Construct an instance of the Girvan-Newman algorithm.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.