Package org.jpmml.transpiler.testing
Class TranspilerBatch
- java.lang.Object
-
- org.jpmml.evaluator.testing.ArchiveBatch
-
- org.jpmml.evaluator.testing.SimpleArchiveBatch
-
- org.jpmml.transpiler.testing.TranspilerBatch
-
- All Implemented Interfaces:
AutoCloseable,org.jpmml.evaluator.testing.Batch
public abstract class TranspilerBatch extends org.jpmml.evaluator.testing.SimpleArchiveBatch
-
-
Constructor Summary
Constructors Constructor Description TranspilerBatch(String algorithm, String dataset, Predicate<org.jpmml.evaluator.ResultField> columnFilter, com.google.common.base.Equivalence<Object> equivalence)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract TranspilerBatchTestgetArchiveBatchTest()-
Methods inherited from class org.jpmml.evaluator.testing.SimpleArchiveBatch
getEvaluator, getEvaluatorBuilder, getPmmlPath, open
-
-
-
-
Method Detail
-
getArchiveBatchTest
public abstract TranspilerBatchTest getArchiveBatchTest()
- Specified by:
getArchiveBatchTestin classorg.jpmml.evaluator.testing.SimpleArchiveBatch
-
-