Package dev.nm.graph.community
Class GirvanNewmanUnDiGraph<V,E extends UndirectedEdge<V>>
- java.lang.Object
-
- dev.nm.graph.community.GirvanNewman<V,E,UnDiGraph<V,E>>
-
- dev.nm.graph.community.GirvanNewmanUnDiGraph<V,E>
-
- Type Parameters:
V
- vertex typeE
- edge type
public class GirvanNewmanUnDiGraph<V,E extends UndirectedEdge<V>> extends GirvanNewman<V,E,UnDiGraph<V,E>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.nm.graph.community.GirvanNewman
GirvanNewman.EdgeBetweenessCtor<V>
-
-
Constructor Summary
Constructors Constructor Description GirvanNewmanUnDiGraph(UnDiGraph<V,E> g)
Construct an instance of the Girvan-Newman algorithm.
-
Method Summary
-
Methods inherited from class dev.nm.graph.community.GirvanNewman
clusters, maxClusterSize, maxEdge, maxValue, numberOfClusters, removeMaxEdge, toString, value
-
-