Package ai.libs.jaicore.ml.evaluation
Class MeasureListComputationEvent<INPUT,OUTPUT>
- java.lang.Object
-
- ai.libs.jaicore.ml.evaluation.MeasureListComputationEvent<INPUT,OUTPUT>
-
public class MeasureListComputationEvent<INPUT,OUTPUT> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MeasureListComputationEvent(java.util.List<INPUT> actual, java.util.List<INPUT> expected, java.util.List<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()java.util.List<OUTPUT>getOut()
-