JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
Package org.carrot2.clustering.stc
package
org.carrot2.clustering.stc
Implementation of the STC clustering algorithm.
See Also:
"https://homes.cs.washington.edu/~etzioni/papers/www8.pdf"
Related Packages
Package
Description
org.carrot2.clustering
Clustering algorithms, public API interfaces for handling documents, clusters.
org.carrot2.clustering.kmeans
Implementation of the bisecting k-means clustering algorithm.
org.carrot2.clustering.lingo
Implementation of the Lingo clustering algorithm.
Classes
Class
Description
STCClusteringAlgorithm
Suffix Tree Clustering (STC) algorithm.
STCProvider