Package ai.libs.jaicore.ml.evaluation
Class MeasureAvgComputationEvent<INPUT,OUTPUT>
- java.lang.Object
-
- ai.libs.jaicore.ml.evaluation.MeasureAvgComputationEvent<INPUT,OUTPUT>
-
public class MeasureAvgComputationEvent<INPUT,OUTPUT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MeasureAvgComputationEvent(java.util.List<INPUT> actual, java.util.List<INPUT> expected, OUTPUT out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<INPUT>getActual()java.util.List<INPUT>getExpected()OUTPUTgetOut()
-