Interface IRanker<O,I extends IRankingInstance<O>,D extends IRankingDataset<O,I>>
-
- Type Parameters:
O-I-D-
- All Superinterfaces:
IFittable<I,D>,IFittablePredictor<I,D>,ILearnerConfigHandler,IPredictor<I,D>,ISupervisedLearner<I,D>
- All Known Subinterfaces:
IDyadRanker,ILabelRanker
public interface IRanker<O,I extends IRankingInstance<O>,D extends IRankingDataset<O,I>> extends ISupervisedLearner<I,D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IRankingPredictionpredict(I iTest)-
Methods inherited from interface org.api4.java.ai.ml.core.learner.IFittablePredictor
fitAndPredict, fitAndPredict, fitAndPredict
-
Methods inherited from interface org.api4.java.ai.ml.core.learner.ILearnerConfigHandler
getConfig, setConfig
-
Methods inherited from interface org.api4.java.ai.ml.core.learner.IPredictor
predict, predict
-
-
-
-
Method Detail
-
predict
IRankingPrediction predict(I iTest) throws PredictionException, java.lang.InterruptedException
- Specified by:
predictin interfaceIPredictor<O,I extends IRankingInstance<O>>- Throws:
PredictionExceptionjava.lang.InterruptedException
-
-