Uses of Class
org.nlpub.watset.graph.MarkovClusteringExternal.Builder
Packages that use MarkovClusteringExternal.Builder
-
Uses of MarkovClusteringExternal.Builder in org.nlpub.watset.graph
Methods in org.nlpub.watset.graph that return MarkovClusteringExternal.BuilderModifier and TypeMethodDescriptionstatic <V,E> MarkovClusteringExternal.Builder<V, E> MarkovClusteringExternal.builder()Create a builder.Set the path to the MCL binary.MarkovClusteringExternal.Builder.setR(double r) Set the inflation parameter.MarkovClusteringExternal.Builder.setThreads(int threads) Set the number of threads.