Package org.nlpub.watset.graph
Class SingletonClustering.Builder<V,E>
java.lang.Object
org.nlpub.watset.graph.SingletonClustering.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>, SingletonClustering<V, E>> ClusteringAlgorithmBuilder<V,
E, SingletonClustering<V, E>>
- Enclosing class:
- SingletonClustering<V,
E>
public static class SingletonClustering.Builder<V,E>
extends Object
implements ClusteringAlgorithmBuilder<V,E,SingletonClustering<V,E>>
Builder for
SingletonClustering
.