public abstract class SkLearnEncoderBatch
extends org.jpmml.python.testing.PythonEncoderBatch
| Constructor and Description |
|---|
SkLearnEncoderBatch(String algorithm,
String dataset,
Predicate<org.jpmml.evaluator.ResultField> columnFilter,
com.google.common.base.Equivalence<Object> equivalence) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(PMMLPipeline pipeline) |
protected void |
deactivate(PMMLPipeline pipeline) |
abstract SkLearnEncoderBatchTest |
getArchiveBatchTest() |
org.dmg.pmml.PMML |
getPMML() |
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, truncate, validatePMMLpublic abstract SkLearnEncoderBatchTest getArchiveBatchTest()
getArchiveBatchTest in class org.jpmml.python.testing.PythonEncoderBatchpublic org.dmg.pmml.PMML getPMML()
throws Exception
getPMML in class org.jpmml.converter.testing.ModelEncoderBatchExceptionprotected void activate(PMMLPipeline pipeline) throws Exception
Exceptionprotected void deactivate(PMMLPipeline pipeline) throws Exception
ExceptionCopyright © 2022. All rights reserved.