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