Package org.nlpub.watset.graph
Class MaxMax.Implementation<V,E>
java.lang.Object
org.nlpub.watset.graph.MaxMax.Implementation<V,E>
- Type Parameters:
V
- the type of nodes in the graphE
- the type of edges in the graph
Actual implementation of MaxMax.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionImplementation
(org.jgrapht.Graph<V, E> graph) Create an instance of the MaxMax clustering algorithm implementation. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Build the intermediate directed graph.compute()
Perform clustering with MaxMax.Extract the quasi-strongly connected subgraphs from the intermediate directed graph.
-
Field Details
-
graph
The graph. -
weights
The weights. -
digraph
The directed graph.
-
-
Constructor Details
-
Implementation
Create an instance of the MaxMax clustering algorithm implementation.- Parameters:
graph
- the graph
-
-
Method Details
-
compute
Perform clustering with MaxMax.- Returns:
- the clustering
-
buildArcs
protected void buildArcs()Build the intermediate directed graph. -
extractClusters
Extract the quasi-strongly connected subgraphs from the intermediate directed graph.- Returns:
- the map of cluster roots to the clusters
-