Documentation of 'Catalano.MachineLearning.Clustering.ICentroidClustering' Java class
ICentroidClustering
Catalano.MachineLearning.Clustering

Interface ICentroidClustering

  • All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    KMeans


    public interface ICentroidClustering
    extends java.io.Serializable
    Common interface for centroid based clustering algorithms.
    • Method Detail

      • Compute

        void Compute(double[][] input)
        Compute the data.
        Parameters:
        input - Data.
      • Predict

        int Predict(double[] x)
        Cluster a new instance.
        Parameters:
        x - a new instance.
        Returns:
        the cluster label.
      • getCentroids

        double[][] getCentroids()
        Get the centroids of the clustering.
        Returns:
        Centroids.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.