Interface IPrediction

    • Method Detail

      • getPrediction

        java.lang.Object getPrediction()
      • getLabelWithHighestProbability

        java.lang.Object getLabelWithHighestProbability()
      • getClassDistribution

        java.util.Map<?,​java.lang.Double> getClassDistribution()
      • getClassConfidence

        java.util.Map<?,​java.lang.Double> getClassConfidence()
      • getProbabilityOfLabel

        double getProbabilityOfLabel​(java.lang.Object label)