Class MarkovClusteringExternal.Builder<V,E>

java.lang.Object
org.nlpub.watset.graph.MarkovClusteringExternal.Builder<V,E>
Type Parameters:
V - the type of nodes in the graph
E - the type of edges in the graph
All Implemented Interfaces:
Function<org.jgrapht.Graph<V,E>,MarkovClusteringExternal<V,E>>, ClusteringAlgorithmBuilder<V,E,MarkovClusteringExternal<V,E>>
Enclosing class:
MarkovClusteringExternal<V,E>

public static class MarkovClusteringExternal.Builder<V,E> extends Object implements ClusteringAlgorithmBuilder<V,E,MarkovClusteringExternal<V,E>>