Class BisectingKMeansClusteringAlgorithm

java.lang.Object
org.carrot2.attrs.AttrComposite
org.carrot2.clustering.kmeans.BisectingKMeansClusteringAlgorithm
All Implemented Interfaces:
AcceptingVisitor, ClusteringAlgorithm

public class BisectingKMeansClusteringAlgorithm
extends AttrComposite
implements ClusteringAlgorithm
A very simple implementation of bisecting k-means clustering. Unlike other algorithms in Carrot2, this one creates hard clustering (one document belongs only to one cluster). On the other hand, the clusters are labeled only with individual words that may not always fully correspond to all documents in the cluster.