Uses of Class
org.nlpub.watset.graph.MarkovClusteringExternal.Builder
-
Packages that use MarkovClusteringExternal.Builder Package Description org.nlpub.watset.graph Graph processing and clustering. -
-
Uses of MarkovClusteringExternal.Builder in org.nlpub.watset.graph
Methods in org.nlpub.watset.graph that return MarkovClusteringExternal.Builder Modifier and Type Method Description static <V,E>
MarkovClusteringExternal.Builder<V,E>MarkovClusteringExternal. builder()Create a builder.MarkovClusteringExternal.Builder<V,E>MarkovClusteringExternal.Builder. setPath(Path path)Set the path to the MCL binary.MarkovClusteringExternal.Builder<V,E>MarkovClusteringExternal.Builder. setR(double r)Set the inflation parameter.MarkovClusteringExternal.Builder<V,E>MarkovClusteringExternal.Builder. setThreads(int threads)Set the number of threads.
-