Uses of Interface
org.nlpub.watset.graph.WatsetClustering
-
Packages that use WatsetClustering Package Description org.nlpub.watset.graph Graph processing and clustering. -
-
Uses of WatsetClustering in org.nlpub.watset.graph
Classes in org.nlpub.watset.graph that implement WatsetClustering Modifier and Type Class Description static classWatsetClustering.WatsetClusteringImpl<V>A Watset clustering that computes disambiguated contexts on demand.Fields in org.nlpub.watset.graph declared as WatsetClustering Modifier and Type Field Description protected WatsetClustering<V>Watset. clusteringThe cached clustering result.Methods in org.nlpub.watset.graph that return WatsetClustering Modifier and Type Method Description WatsetClustering<V>Watset.Implementation. compute()Perform clustering with Watset.WatsetClustering<V>Watset. getClustering()
-