public abstract class IntegrationTestBatch extends ArchiveBatch
| Constructor and Description |
|---|
IntegrationTestBatch(String name,
String dataset) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Evaluator |
getEvaluator() |
abstract IntegrationTest |
getIntegrationTest() |
org.dmg.pmml.PMML |
getPMML() |
InputStream |
open(String path) |
getDataset, getInput, getName, getOutputpublic abstract IntegrationTest getIntegrationTest()
public InputStream open(String path)
open in class ArchiveBatchpublic org.dmg.pmml.PMML getPMML()
throws Exception
getPMML in class ArchiveBatchExceptionpublic Evaluator getEvaluator() throws Exception
getEvaluator in interface BatchgetEvaluator in class ArchiveBatchExceptionpublic void close()
throws Exception
close in interface AutoCloseableclose in class ArchiveBatchExceptionCopyright © 2016. All Rights Reserved.