public abstract class XGBoostEncoderBatch
extends org.jpmml.converter.testing.ModelEncoderBatch
| Constructor and Description |
|---|
XGBoostEncoderBatch(String algorithm,
String dataset,
Predicate<org.jpmml.evaluator.ResultField> columnFilter,
com.google.common.base.Equivalence<Object> equivalence) |
| Modifier and Type | Method and Description |
|---|---|
abstract XGBoostEncoderBatchTest |
getArchiveBatchTest() |
String |
getFeatureMapPath() |
String[] |
getFormats() |
String |
getInputCsvPath() |
String |
getLearnerPath(String format) |
List<Map<String,Object>> |
getOptionsMatrix() |
String |
getOutputCsvPath() |
org.dmg.pmml.PMML |
getPMML() |
protected org.dmg.pmml.PMML |
loadPMML(String learnerPath,
String featureMapPath) |
void |
setFormats(String[] formats) |
getEvaluator, getEvaluatorBuilder, getOptions, getValidators, open, setOptions, truncate, validatePMMLpublic abstract XGBoostEncoderBatchTest getArchiveBatchTest()
getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatchpublic List<Map<String,Object>> getOptionsMatrix()
getOptionsMatrix in class org.jpmml.converter.testing.ModelEncoderBatchpublic String getFeatureMapPath()
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.ArchiveBatchpublic String[] getFormats()
public void setFormats(String[] formats)
Copyright © 2025. All rights reserved.