Uses of Package
org.nlpub.watset.graph
Packages that use org.nlpub.watset.graph
Package
Description
Clustering and performance evaluation tools.
Graph processing and clustering.
Utility classes and helpers.
-
Classes in org.nlpub.watset.graph used by org.nlpub.watset.evalClassDescriptionA builder for constructing the
ClusteringAlgorithm
instances. -
Classes in org.nlpub.watset.graph used by org.nlpub.watset.graphClassDescriptionImplementation of the Chinese Whispers algorithm.Builder for
ChineseWhispers
.A builder for constructing theClusteringAlgorithm
instances.A trivial clustering algorithm that treats every connected component as a cluster.Builder forComponentsClustering
.A trivial clustering algorithm that returns no clusters.Builder forEmptyClustering
.Naïve implementation of the Markov Clustering (MCL) algorithm.Builder forMarkovClustering
.A wrapper for the official implementation of the Markov Clustering (MCL) algorithm in C.Builder forMarkovClusteringExternal
.Implementation of the MaxMax soft clustering algorithm.Builder forMaxMax
.A MaxMax clustering.Coordinates of the graph node.Node weighting for Chinese Whispers.Weighting modes.A simple graph-based word sense induction approach that clusters node neighborhoods.A trivial clustering algorithm that puts every node in a separate cluster.Builder forSingletonClustering
.Spectral Clustering performs clustering of the graph's Spectral Embedding.Builder forSpectralClustering
.A trivial clustering algorithm that puts every node together in a single large cluster.Builder forTogetherClustering
.Watset is a local-global meta-algorithm for fuzzy graph clustering.Builder forWatset
.A Watset clustering. -
Classes in org.nlpub.watset.graph used by org.nlpub.watset.utilClassDescriptionA builder for constructing the
ClusteringAlgorithm
instances.Coordinates of the graph node.