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 protected voidactivate(PMMLPipeline pipeline)protected voiddeactivate(PMMLPipeline pipeline)abstract SkLearnEncoderBatchTestgetArchiveBatchTest()org.dmg.pmml.PMMLgetPMML()-
Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, truncate, 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
-
activate
protected void activate(PMMLPipeline pipeline) throws Exception
- Throws:
Exception
-
deactivate
protected void deactivate(PMMLPipeline pipeline) throws Exception
- Throws:
Exception
-
-