public abstract class LightGBMEncoderBatch
extends org.jpmml.converter.testing.ModelEncoderBatch
| Constructor and Description |
|---|
LightGBMEncoderBatch(String algorithm,
String dataset,
Predicate<org.jpmml.evaluator.ResultField> columnFilter,
com.google.common.base.Equivalence<Object> equivalence) |
| Modifier and Type | Method and Description |
|---|---|
abstract LightGBMEncoderBatchTest |
getArchiveBatchTest() |
String |
getInputCsvPath() |
String |
getModelTxtPath() |
ObjectiveFunction |
getObjectiveFunction() |
List<Map<String,Object>> |
getOptionsMatrix() |
String |
getOutputCsvPath() |
org.dmg.pmml.PMML |
getPMML() |
protected void |
validatePMML(org.dmg.pmml.PMML pmml) |
getEvaluator, getEvaluatorBuilder, getOptions, open, setOptions, truncatepublic abstract LightGBMEncoderBatchTest getArchiveBatchTest()
getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatchpublic List<Map<String,Object>> getOptionsMatrix()
getOptionsMatrix in class org.jpmml.converter.testing.ModelEncoderBatchpublic ObjectiveFunction getObjectiveFunction()
public String getModelTxtPath()
public org.dmg.pmml.PMML getPMML()
throws Exception
getPMML in class org.jpmml.converter.testing.ModelEncoderBatchExceptionpublic String getInputCsvPath()
getInputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatchpublic String getOutputCsvPath()
getOutputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatchCopyright © 2022. All rights reserved.