Class ModelEncoderBatch

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

    public abstract class ModelEncoderBatch
    extends org.jpmml.evaluator.testing.ArchiveBatch
    • Constructor Detail

      • ModelEncoderBatch

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