Package org.nlpub.watset.graph
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 graphE
- 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>>
Builder for
MarkovClusteringExternal
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet the path to the MCL binary.setR
(double r) Set the inflation parameter.setThreads
(int threads) Set the number of threads.
-
Field Details
-
R
public static final int RThe default value of the inflation parameter.- See Also:
-
THREADS
public static final int THREADSThe default number of threads.- See Also:
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apply
-
setPath
Set the path to the MCL binary.- Parameters:
path
- the path to the MCL binary- Returns:
- the builder
-
setR
Set the inflation parameter.- Parameters:
r
- the inflation parameter- Returns:
- the builder
-
setThreads
Set the number of threads.- Parameters:
threads
- the number of threads- Returns:
- the builder
-