Interface IMultiLabelClassificationPredictionBatch
-
- All Superinterfaces:
IPredictionBatch
public interface IMultiLabelClassificationPredictionBatch extends IPredictionBatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[][]getPredictionMatrix()java.util.List<? extends IMultiLabelClassification>getPredictions()int[][]getThresholdedPredictionMatrix(double threshold)int[][]getThresholdedPredictionMatrix(double[] threshold)-
Methods inherited from interface org.api4.java.ai.ml.core.evaluation.IPredictionBatch
get, getNumPredictions
-
-
-
-
Method Detail
-
getPredictions
java.util.List<? extends IMultiLabelClassification> getPredictions()
- Specified by:
getPredictionsin interfaceIPredictionBatch
-
getPredictionMatrix
double[][] getPredictionMatrix()
-
getThresholdedPredictionMatrix
int[][] getThresholdedPredictionMatrix(double threshold)
-
getThresholdedPredictionMatrix
int[][] getThresholdedPredictionMatrix(double[] threshold)
-
-