Interface IMultiLabelClassification

    • Method Detail

      • getThresholdedPrediction

        int[] getThresholdedPrediction()
      • getPrediction

        int[] getPrediction​(double threshold)
      • getPrediction

        int[] getPrediction​(double[] threshold)
      • getRelevantLabels

        int[] getRelevantLabels​(double threshold)
      • getIrrelevantLabels

        int[] getIrrelevantLabels​(double threshold)