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

Interface IClustering<T>

  • Type Parameters:
    T - the type of input object.


    public interface IClustering<T>
    Clustering interface.
    • Field Detail

      • OUTLIER

        static final int OUTLIER
        Cluster label for outliers or noises.
        See Also:
        Constant Field Values
    • Method Detail

      • Compute

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

        int Predict(T x)
        Cluster a new instance.
        Parameters:
        x - a new instance.
        Returns:
        the cluster label.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.