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
Constructors Constructor Description SkLearnEncoderBatch(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 SkLearnEncoderBatchTestgetArchiveBatchTest()org.dmg.pmml.PMMLgetPMML()net.razorvine.pickle.UnpicklergetUnpickler()-
Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, validatePMML
-
-
-
-
Method Detail
-
getArchiveBatchTest
public abstract SkLearnEncoderBatchTest getArchiveBatchTest()
- Specified by:
getArchiveBatchTestin classorg.jpmml.python.testing.PythonEncoderBatch
-
getPMML
public org.dmg.pmml.PMML getPMML() throws Exception- Specified by:
getPMMLin classorg.jpmml.converter.testing.ModelEncoderBatch- Throws:
Exception
-
getUnpickler
public net.razorvine.pickle.Unpickler getUnpickler()
- Overrides:
getUnpicklerin classorg.jpmml.python.testing.PythonEncoderBatch
-
-