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.
ExceptionConsumer.getActiveFields(),
Consumer.getGroupFields()List<? extends Map<org.dmg.pmml.FieldName,?>> getOutput() throws Exception
Expected output data records.
ExceptionConsumer.getTargetFields(),
Consumer.getOutputFields()Copyright © 2015. All Rights Reserved.