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.
ExceptionHasInputFields.getInputFields(),
Evaluator#getGroupFields()List<? extends Map<org.dmg.pmml.FieldName,?>> getOutput() throws Exception
Expected output data records.
ExceptionHasResultFields.getTargetFields(),
HasResultFields.getOutputFields()Copyright © 2016. All Rights Reserved.