public abstract class PythonEncoderBatch
extends org.jpmml.converter.testing.ModelEncoderBatch
| Constructor and Description |
|---|
PythonEncoderBatch(String algorithm,
String dataset,
Predicate<org.jpmml.evaluator.ResultField> columnFilter,
com.google.common.base.Equivalence<Object> equivalence) |
| Modifier and Type | Method and Description |
|---|---|
abstract PythonEncoderBatchTest |
getArchiveBatchTest() |
String |
getPklPath() |
<E> E |
loadPickle(Class<? extends E> clazz) |
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getPMML, getValidators, open, setOptions, truncate, validatePMMLpublic abstract PythonEncoderBatchTest getArchiveBatchTest()
getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatchpublic String getPklPath()
public <E> E loadPickle(Class<? extends E> clazz) throws IOException
IOExceptionCopyright © 2023. All rights reserved.