Package org.jpmml.sklearn.testing
Class SkLearnEncoderBatch
java.lang.Object
org.jpmml.evaluator.testing.ArchiveBatch
org.jpmml.converter.testing.ModelEncoderBatch
org.jpmml.python.testing.PythonEncoderBatch
org.jpmml.sklearn.testing.SkLearnEncoderBatch
- All Implemented Interfaces:
AutoCloseable,org.jpmml.evaluator.testing.Batch
public abstract class SkLearnEncoderBatch
extends org.jpmml.python.testing.PythonEncoderBatch
-
Constructor Summary
ConstructorsConstructorDescriptionSkLearnEncoderBatch(String algorithm, String dataset, Predicate<org.jpmml.evaluator.ResultField> columnFilter, com.google.common.base.Equivalence<Object> equivalence) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidactivate(PMMLPipeline pipeline) protected voiddeactivate(PMMLPipeline pipeline) abstract SkLearnEncoderBatchTestorg.dmg.pmml.PMMLgetPMML()Methods inherited from class org.jpmml.python.testing.PythonEncoderBatch
getPklPath, loadPickleMethods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, truncate, validatePMMLMethods inherited from class org.jpmml.evaluator.testing.ArchiveBatch
close, getAlgorithm, getColumnFilter, getDataset, getEquivalence, getInput, getInputCsvPath, getOutput, getOutputCsvPath, loadRecords
-
Constructor Details
-
SkLearnEncoderBatch
-
-
Method Details