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.kmeans
package
org.carrot2.clustering.kmeans
Implementation of the bisecting k-means clustering algorithm.
Related Packages
Package
Description
org.carrot2.clustering
Clustering algorithms, public API interfaces for handling documents, clusters.
org.carrot2.clustering.lingo
Implementation of the Lingo clustering algorithm.
org.carrot2.clustering.stc
Implementation of the STC clustering algorithm.
Classes
Class
Description
BisectingKMeansClusteringAlgorithm
A very simple implementation of bisecting k-means clustering.
BisectingKMeansProvider