Package org.api4.java.ai.ml.ranking
Interface IRankingPredictionBatch
-
- All Superinterfaces:
IPredictionBatch
public interface IRankingPredictionBatch extends IPredictionBatch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IRanking<?>>getPredictions()-
Methods inherited from interface org.api4.java.ai.ml.core.evaluation.IPredictionBatch
get, getNumPredictions
-
-
-
-
Method Detail
-
getPredictions
java.util.List<IRanking<?>> getPredictions()
- Specified by:
getPredictionsin interfaceIPredictionBatch
-
-