Package org.jpmml.python.testing
Class PythonEncoderBatch
- java.lang.Object
-
- org.jpmml.evaluator.testing.ArchiveBatch
-
- org.jpmml.converter.testing.ModelEncoderBatch
-
- org.jpmml.python.testing.PythonEncoderBatch
-
- All Implemented Interfaces:
AutoCloseable,org.jpmml.evaluator.testing.Batch
public abstract class PythonEncoderBatch extends org.jpmml.converter.testing.ModelEncoderBatch
-
-
Constructor Summary
Constructors Constructor Description PythonEncoderBatch(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 Concrete Methods Modifier and Type Method Description abstract PythonEncoderBatchTestgetArchiveBatchTest()StringgetPklPath()<E> EloadPickle(Class<? extends E> clazz)-
Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getPMML, getValidators, open, setOptions, validatePMML
-
-
-
-
Method Detail
-
getArchiveBatchTest
public abstract PythonEncoderBatchTest getArchiveBatchTest()
- Specified by:
getArchiveBatchTestin classorg.jpmml.converter.testing.ModelEncoderBatch
-
getPklPath
public String getPklPath()
-
loadPickle
public <E> E loadPickle(Class<? extends E> clazz) throws IOException
- Throws:
IOException
-
-