public abstract class IntegrationTestBatch extends ArchiveBatch
| Constructor and Description |
|---|
IntegrationTestBatch(String name,
String dataset,
Predicate<org.dmg.pmml.FieldName> predicate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected static void |
ensureSerializability(Object object) |
protected static void |
ensureValidity(org.dmg.pmml.PMMLObject object) |
Evaluator |
getEvaluator() |
EvaluatorBuilder |
getEvaluatorBuilder() |
abstract IntegrationTest |
getIntegrationTest() |
org.dmg.pmml.PMML |
getPMML() |
InputStream |
open(String path) |
getDataset, getInput, getName, getOutput, getPredicate, loadPMML, loadRecordspublic abstract IntegrationTest getIntegrationTest()
public InputStream open(String path)
open in class ArchiveBatchpublic EvaluatorBuilder getEvaluatorBuilder() throws Exception
getEvaluatorBuilder in class ArchiveBatchExceptionpublic Evaluator getEvaluator() throws Exception
getEvaluator in interface BatchgetEvaluator in class ArchiveBatchExceptionpublic org.dmg.pmml.PMML getPMML()
throws Exception
getPMML in class ArchiveBatchExceptionpublic void close()
throws Exception
close in interface AutoCloseableclose in class ArchiveBatchExceptionprotected static void ensureValidity(org.dmg.pmml.PMMLObject object)
protected static void ensureSerializability(Object object) throws IOException
IOExceptionCopyright © 2019. All rights reserved.