public interface Batch extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
Evaluator |
getEvaluator() |
List<? extends Map<org.dmg.pmml.FieldName,?>> |
getInput()
Input data records.
|
List<? extends Map<org.dmg.pmml.FieldName,?>> |
getOutput()
Expected output data records.
|
closeList<? extends Map<org.dmg.pmml.FieldName,?>> getInput() throws Exception
Input data records.
ExceptionEvaluator.getActiveFields(),
Evaluator#getGroupFields()List<? extends Map<org.dmg.pmml.FieldName,?>> getOutput() throws Exception
Expected output data records.
ExceptionEvaluator.getTargetFields(),
Evaluator.getOutputFields()Copyright © 2016. All Rights Reserved.