-
-
class Measurement extends org.jgrapht.alg.util.Pair<
Duration,
org.jgrapht.alg.interfaces.ClusteringAlgorithm.Clustering<V>> implements Serializable
-
-
class MaxMaxClusteringImpl extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.ClusteringImpl<
V> implements
Serializable
-
class NodeEmbedding extends org.apache.commons.math3.ml.clustering.DoublePoint implements
Serializable
-
class WatsetClusteringImpl extends org.jgrapht.alg.interfaces.ClusteringAlgorithm.ClusteringImpl<
V> implements
Serializable
-
Serialized Fields
-
contexts
Map<Sense<V>,Map<Sense<V>,Number>> contexts
The cached disambiguated contexts.
-
inventory
Map<V,Map<V,Integer>> inventory
The sense inventory.
-
senseGraph
org.jgrapht.Graph<Sense<V>,org.jgrapht.graph.DefaultWeightedEdge> senseGraph
The sense graph.
-