Interface IDeterministicHomogeneousPredictionPerformanceMeasure<O>
-
- Type Parameters:
O- the class of objects representing the labels
- All Superinterfaces:
IDeterministicPredictionPerformanceMeasure<O,O>
- All Known Subinterfaces:
IRankingPredictionPerformanceMeasure
public interface IDeterministicHomogeneousPredictionPerformanceMeasure<O> extends IDeterministicPredictionPerformanceMeasure<O,O>
This interface is for performance measures applied to deterministic predictions (the learner has to commit to one label).
-
-
Method Summary
-
Methods inherited from interface org.api4.java.ai.ml.core.evaluation.supervised.loss.IDeterministicPredictionPerformanceMeasure
loss, loss, score, score
-
-