Package se.hb.jcp.ml

Interface IClassProbabilityClassifier

    • Method Detail

      • predict

        double predict​(cern.colt.matrix.DoubleMatrix1D instance,
                       double[] probabilityEstimates)
        Predicts the target probabilities for the supplied instance.
        Parameters:
        instance - the instance
        probabilityEstimates - a double[] array for storing the predicted probabilities for each of target values in the order assumed by JCP.
        Returns:
        the predicted target of the instance.