Documentation of 'smile.classification.SoftClassifier' Java class
SoftClassifier
smile.classification

Interface SoftClassifier<T>

    • Method Detail

      • predict

        int predict(T x,
                    double[] posteriori)
        Predicts the class label of an instance and also calculate a posteriori probabilities. Classifiers may NOT support this method since not all classification algorithms are able to calculate such a posteriori probabilities.
        Parameters:
        x - the instance to be classified.
        posteriori - the array to store a posteriori probabilities on output.
        Returns:
        the predicted class label

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.