ClassBisectingKMeansClusteringAlgorithmA very simple implementation of bisecting k-means clustering. Unlike other algorithms in Carrot2, this one creates hard clustering (one document belon
core/src/main/java/org/carrot2/clustering/kmeans/BisectingKMeansClusteringAlgorithm.java:65