Package org.jpmml.lightgbm.testing
Class LightGBMEncoderBatch
- java.lang.Object
-
- org.jpmml.evaluator.testing.ArchiveBatch
-
- org.jpmml.converter.testing.ModelEncoderBatch
-
- org.jpmml.lightgbm.testing.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)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract LightGBMEncoderBatchTestgetArchiveBatchTest()java.lang.StringgetInputCsvPath()java.lang.StringgetModelTxtPath()ObjectiveFunctiongetObjectiveFunction()java.util.List<java.util.Map<java.lang.String,java.lang.Object>>getOptionsMatrix()java.lang.StringgetOutputCsvPath()org.dmg.pmml.PMMLgetPMML()-
Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getValidators, open, setOptions, validatePMML
-
-
-
-
Method Detail
-
getArchiveBatchTest
public abstract LightGBMEncoderBatchTest getArchiveBatchTest()
- Specified by:
getArchiveBatchTestin classorg.jpmml.converter.testing.ModelEncoderBatch
-
getOptionsMatrix
public java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getOptionsMatrix()
- Overrides:
getOptionsMatrixin classorg.jpmml.converter.testing.ModelEncoderBatch
-
getObjectiveFunction
public ObjectiveFunction getObjectiveFunction()
-
getModelTxtPath
public java.lang.String getModelTxtPath()
-
getPMML
public org.dmg.pmml.PMML getPMML() throws java.lang.Exception- Specified by:
getPMMLin classorg.jpmml.converter.testing.ModelEncoderBatch- Throws:
java.lang.Exception
-
getInputCsvPath
public java.lang.String getInputCsvPath()
- Overrides:
getInputCsvPathin classorg.jpmml.evaluator.testing.ArchiveBatch
-
getOutputCsvPath
public java.lang.String getOutputCsvPath()
- Overrides:
getOutputCsvPathin classorg.jpmml.evaluator.testing.ArchiveBatch
-
-