Package org.nlpub.watset.graph
Class TogetherClustering.Builder<V,E>
- java.lang.Object
-
- org.nlpub.watset.graph.TogetherClustering.Builder<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>,TogetherClustering<V,E>>,ClusteringAlgorithmBuilder<V,E,TogetherClustering<V,E>>
- Enclosing class:
- TogetherClustering<V,E>
public static class TogetherClustering.Builder<V,E> extends Object implements ClusteringAlgorithmBuilder<V,E,TogetherClustering<V,E>>
Builder forTogetherClustering.
-
-
Constructor Summary
Constructors Constructor Description Builder()
-