Class SkLearnEncoderBatch

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.jpmml.evaluator.testing.Batch

    public abstract class SkLearnEncoderBatch
    extends org.jpmml.python.testing.PythonEncoderBatch
    • Constructor Summary

      Constructors 
      Constructor Description
      SkLearnEncoderBatch​(java.lang.String algorithm, java.lang.String dataset, java.util.function.Predicate<org.jpmml.evaluator.ResultField> columnFilter, com.google.common.base.Equivalence<java.lang.Object> equivalence)  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract SkLearnEncoderBatchTest getArchiveBatchTest()  
      org.dmg.pmml.PMML getPMML()  
      • Methods inherited from class org.jpmml.python.testing.PythonEncoderBatch

        getPklPath, loadPickle
      • Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch

        getEvaluator, getEvaluatorBuilder, getOptions, getOptionsMatrix, getValidators, open, setOptions, validatePMML
      • Methods inherited from class org.jpmml.evaluator.testing.ArchiveBatch

        close, getAlgorithm, getColumnFilter, getDataset, getEquivalence, getInput, getInputCsvPath, getOutput, getOutputCsvPath
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SkLearnEncoderBatch

        public SkLearnEncoderBatch​(java.lang.String algorithm,
                                   java.lang.String dataset,
                                   java.util.function.Predicate<org.jpmml.evaluator.ResultField> columnFilter,
                                   com.google.common.base.Equivalence<java.lang.Object> equivalence)
    • Method Detail

      • getArchiveBatchTest

        public abstract SkLearnEncoderBatchTest getArchiveBatchTest()
        Specified by:
        getArchiveBatchTest in class org.jpmml.python.testing.PythonEncoderBatch
      • getPMML

        public org.dmg.pmml.PMML getPMML()
                                  throws java.lang.Exception
        Specified by:
        getPMML in class org.jpmml.converter.testing.ModelEncoderBatch
        Throws:
        java.lang.Exception