public class FilterBatch extends Object implements Batch
| Constructor and Description |
|---|
FilterBatch(Batch batch) |
public FilterBatch(Batch batch)
public Evaluator getEvaluator() throws Exception
getEvaluator in interface BatchExceptionpublic List<? extends Map<org.dmg.pmml.FieldName,?>> getInput() throws Exception
BatchInput data records.
getInput in interface BatchExceptionEvaluator.getActiveFields(),
Evaluator#getGroupFields()public List<? extends Map<org.dmg.pmml.FieldName,?>> getOutput() throws Exception
BatchExpected output data records.
getOutput in interface BatchExceptionEvaluator.getTargetFields(),
Evaluator.getOutputFields()public void close()
throws Exception
close in interface AutoCloseableExceptionpublic Batch getBatch()
Copyright © 2016. All Rights Reserved.