| Constructor and Description |
|---|
FilterBatch(Batch batch) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Batch |
getBatch() |
Evaluator |
getEvaluator() |
java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> |
getInput()
Input data records.
|
java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> |
getOutput()
Expected output data records.
|
com.google.common.base.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 java.lang.Exception
getEvaluator in interface Batchjava.lang.Exceptionpublic java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> getInput()
throws java.lang.Exception
BatchInput data records.
getInput in interface Batchjava.lang.ExceptionHasInputFields.getInputFields(),
Evaluator#getGroupFields()public java.util.List<? extends java.util.Map<org.dmg.pmml.FieldName,?>> getOutput()
throws java.lang.Exception
BatchExpected output data records.
getOutput in interface Batchjava.lang.ExceptionHasResultFields.getTargetFields(),
HasResultFields.getOutputFields()public com.google.common.base.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 java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic Batch getBatch()
Copyright © 2018. All Rights Reserved.