public class FilterBatch extends Object implements Batch
| Constructor and Description |
|---|
FilterBatch(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Batch |
getBatch() |
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.
|
Predicate<org.dmg.pmml.FieldName> |
getPredicate()
Predicate for selecting columns that will be checked for equivalence
(between expected and actual output data records).
|
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 BatchExceptionHasInputFields.getInputFields()public List<? extends Map<org.dmg.pmml.FieldName,?>> getOutput() throws Exception
BatchExpected output data records.
getOutput in interface BatchExceptionHasResultFields.getTargetFields(),
HasResultFields.getOutputFields()public Predicate<org.dmg.pmml.FieldName> getPredicate()
BatchPredicate for selecting columns that will be checked for equivalence (between expected and actual output data records).
getPredicate in interface Batchpublic void close()
throws Exception
close in interface AutoCloseableExceptionpublic Batch getBatch()
Copyright © 2018. All rights reserved.