Package org.nlpub.watset.util
Class ClusteringAlgorithmProvider<V,E>
- java.lang.Object
-
- org.nlpub.watset.util.ClusteringAlgorithmProvider<V,E>
-
- Type Parameters:
V- the type of nodes in the graphE- the type of edges in the graph
- All Implemented Interfaces:
Function<org.jgrapht.Graph<V,E>,org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>>,ClusteringAlgorithmBuilder<V,E,org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>>
public class ClusteringAlgorithmProvider<V,E> extends Object implements ClusteringAlgorithmBuilder<V,E,org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>>
A utility class that creates instances of the graph clustering algorithms.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgrapht.alg.interfaces.ClusteringAlgorithm<V>apply(org.jgrapht.Graph<V,E> graph)
-