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 classBuilder forChineseWhispers.static classBuilder forComponentsClustering.static classBuilder forEmptyClustering.static classBuilder forMarkovClustering.static classBuilder forMarkovClusteringExternal.static classMaxMax.Builder<V,E> Builder forMaxMax.static classBuilder forSingletonClustering.static classBuilder forSpectralClustering.static classBuilder forTogetherClustering.static classWatset.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.globalThe global clustering algorithm supplier.protected final ClusteringAlgorithmBuilder<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge, ?> Watset.Implementation.globalThe global clustering algorithm supplier.protected final ClusteringAlgorithmBuilder<V,E, ?> SenseInduction.localThe 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 TypeClassDescriptionclassA utility class that creates instances of the graph clustering algorithms.