Interface Clustering<V>

    • Method Detail

      • fit

        void fit()
        Run the algorithm to induce the parameters of the clusters.
      • getClusters

        Collection<Collection<V>> getClusters()
        Return a collection of clusters, each cluster is a collection of objects. Usually this method is called after the fit() method.
        Returns:
        clusters