Class PythonEncoderBatch

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

    public abstract class PythonEncoderBatch
    extends org.jpmml.converter.testing.ModelEncoderBatch
    • Constructor Detail

      • PythonEncoderBatch

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

      • getArchiveBatchTest

        public abstract PythonEncoderBatchTest getArchiveBatchTest()
        Specified by:
        getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatch
      • getPklPath

        public String getPklPath()
      • getUnpickler

        public net.razorvine.pickle.Unpickler getUnpickler()