Class LightGBMEncoderBatch

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

    public abstract class LightGBMEncoderBatch
    extends org.jpmml.converter.testing.ModelEncoderBatch
    • Constructor Summary

      Constructors 
      Constructor Description
      LightGBMEncoderBatch​(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)  
    • Constructor Detail

      • LightGBMEncoderBatch

        public LightGBMEncoderBatch​(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 LightGBMEncoderBatchTest getArchiveBatchTest()
        Specified by:
        getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatch
      • getOptionsMatrix

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> getOptionsMatrix()
        Overrides:
        getOptionsMatrix in class org.jpmml.converter.testing.ModelEncoderBatch
      • getModelTxtPath

        public java.lang.String getModelTxtPath()
      • 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
      • getInputCsvPath

        public java.lang.String getInputCsvPath()
        Overrides:
        getInputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatch
      • getOutputCsvPath

        public java.lang.String getOutputCsvPath()
        Overrides:
        getOutputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatch