public abstract class ArchiveBatch extends Object implements Batch
| Constructor and Description |
|---|
ArchiveBatch(String name,
String dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getDataset() |
Evaluator |
getEvaluator() |
List<Map<org.dmg.pmml.FieldName,String>> |
getInput()
Input data records.
|
String |
getName() |
List<Map<org.dmg.pmml.FieldName,String>> |
getOutput()
Expected output data records.
|
org.dmg.pmml.PMML |
getPMML() |
abstract InputStream |
open(String path) |
public abstract InputStream open(String path)
public Evaluator getEvaluator() throws Exception
getEvaluator in interface BatchExceptionpublic List<Map<org.dmg.pmml.FieldName,String>> getInput() throws IOException
BatchInput data records.
getInput in interface BatchIOExceptionEvaluator.getActiveFields(),
Evaluator#getGroupFields()public List<Map<org.dmg.pmml.FieldName,String>> getOutput() throws IOException
BatchExpected output data records.
getOutput in interface BatchIOExceptionEvaluator.getTargetFields(),
Evaluator.getOutputFields()public void close()
throws Exception
close in interface AutoCloseableExceptionpublic String getName()
public String getDataset()
Copyright © 2016. All Rights Reserved.