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.
|
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).
|
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()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).
Copyright © 2017. All Rights Reserved.