Documentation of 'Catalano.MachineLearning.Classification.IClassifier' Java class
IClassifier
Catalano.MachineLearning.Classification

Interface IClassifier

    • Method Detail

      • Learn

        void Learn(double[][] input,
                   int[] output)
        Learn.
        Parameters:
        input - Matrix of features.
        output - Labels.
      • Predict

        int Predict(double[] feature)
        Predict.
        Parameters:
        feature - Feature.
        Returns:
        Label.
      • clone

        IClassifier clone()
        Clone of the object.
        Returns:
        A new copy of the object.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.