Class MultiKMeansPlusPlusClusterer<T extends Clusterable>

  • Type Parameters:
    T - type of the points to cluster

    public class MultiKMeansPlusPlusClusterer<T extends Clusterable>
    extends Clusterer<T>
    A wrapper around a k-means++ clustering algorithm which performs multiple trials and returns the best solution.