Class TranspilerBatch

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

    public abstract class TranspilerBatch
    extends org.jpmml.evaluator.testing.SimpleArchiveBatch
    • Constructor Detail

      • TranspilerBatch

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

      • getArchiveBatchTest

        public abstract TranspilerBatchTest getArchiveBatchTest()
        Specified by:
        getArchiveBatchTest in class org.jpmml.evaluator.testing.SimpleArchiveBatch