Uses of Interface
org.nlpub.watset.graph.ClusteringAlgorithmBuilder
Packages that use ClusteringAlgorithmBuilder
Package
Description
Clustering and performance evaluation tools.
Graph processing and clustering.
Utility classes and helpers.
-
Uses of ClusteringAlgorithmBuilder in org.nlpub.watset.eval
Constructors in org.nlpub.watset.eval with parameters of type ClusteringAlgorithmBuilder -
Uses of ClusteringAlgorithmBuilder in org.nlpub.watset.graph
Classes in org.nlpub.watset.graph that implement ClusteringAlgorithmBuilderModifier and TypeClassDescriptionstatic class
Builder forChineseWhispers
.static class
Builder forComponentsClustering
.static class
Builder forEmptyClustering
.static class
Builder forMarkovClustering
.static class
Builder forMarkovClusteringExternal
.static class
MaxMax.Builder<V,
E> Builder forMaxMax
.static class
Builder forSingletonClustering
.static class
Builder forSpectralClustering
.static class
Builder forTogetherClustering
.static class
Watset.Builder<V,
E> Builder forWatset
.Fields in org.nlpub.watset.graph declared as ClusteringAlgorithmBuilderModifier and TypeFieldDescriptionprotected final ClusteringAlgorithmBuilder<Sense<V>,
org.jgrapht.graph.DefaultWeightedEdge, ?> Watset.global
The global clustering algorithm supplier.protected final ClusteringAlgorithmBuilder<Sense<V>,
org.jgrapht.graph.DefaultWeightedEdge, ?> Watset.Implementation.global
The global clustering algorithm supplier.protected final ClusteringAlgorithmBuilder<V,
E, ?> SenseInduction.local
The local clustering algorithm supplier.Methods in org.nlpub.watset.graph with parameters of type ClusteringAlgorithmBuilderModifier and TypeMethodDescriptionWatset.Builder.setGlobal
(ClusteringAlgorithmBuilder<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge, ?> global) Set the global clustering algorithm supplier.Watset.Builder.setLocal
(ClusteringAlgorithmBuilder<V, E, ?> local) Set the local clustering algorithm supplier.Constructors in org.nlpub.watset.graph with parameters of type ClusteringAlgorithmBuilderModifierConstructorDescriptionImplementation
(org.jgrapht.Graph<V, E> graph, SenseInduction<V, E> inducer, ClusteringAlgorithmBuilder<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge, ?> global) Create an instance of the Watset clustering algorithm implementation.SenseInduction
(org.jgrapht.Graph<V, E> graph, ClusteringAlgorithmBuilder<V, E, ?> local) Create an instance ofSenseInduction
.Watset
(org.jgrapht.Graph<V, E> graph, ClusteringAlgorithmBuilder<V, E, ?> local, ClusteringAlgorithmBuilder<Sense<V>, org.jgrapht.graph.DefaultWeightedEdge, ?> global) Create an instance of the Watset clustering algorithm. -
Uses of ClusteringAlgorithmBuilder in org.nlpub.watset.util
Classes in org.nlpub.watset.util that implement ClusteringAlgorithmBuilderModifier and TypeClassDescriptionclass
A utility class that creates instances of the graph clustering algorithms.