Interface IPredictionBatch
-
- All Known Subinterfaces:
IMultiLabelClassificationPredictionBatch,IRankingPredictionBatch,IRegressionResultBatch,ISingleLabelClassificationPredictionBatch
public interface IPredictionBatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPredictionget(int index)intgetNumPredictions()java.util.List<? extends IPrediction>getPredictions()
-
-
-
Method Detail
-
get
IPrediction get(int index)
-
getPredictions
java.util.List<? extends IPrediction> getPredictions()
-
getNumPredictions
int getNumPredictions()
-
-