Interface MultiLabelErrorMeasurer

    • Method Detail

      • addPrediction

        void addPrediction​(Prediction prediction,
                           Prediction trueClass,
                           double weight)
      • getCurrentError

        double getCurrentError()
      • getCurrentError

        double getCurrentError​(int index)
      • getCurrentErrors

        double[] getCurrentErrors()