Interface ISingleLabelClassificationPrediction

    • Method Detail

      • getLabelWithHighestProbability

        java.lang.String getLabelWithHighestProbability()
      • getClassDistribution

        double[] getClassDistribution()
      • getProbabilityOfLabel

        double getProbabilityOfLabel​(java.lang.String label)