public abstract class XGBoostEncoderBatch
extends org.jpmml.converter.testing.ModelEncoderBatch
| Constructor and Description |
|---|
XGBoostEncoderBatch(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) |
| Modifier and Type | Method and Description |
|---|---|
abstract XGBoostEncoderBatchTest |
getArchiveBatchTest() |
java.lang.String |
getFeatureMapPath() |
java.lang.String |
getInputCsvPath() |
java.lang.String |
getLearnerPath(java.lang.String format) |
java.util.List<java.util.Map<java.lang.String,java.lang.Object>> |
getOptionsMatrix() |
java.lang.String |
getOutputCsvPath() |
org.dmg.pmml.PMML |
getPMML() |
protected org.dmg.pmml.PMML |
loadPMML(java.lang.String learnerPath,
java.lang.String featureMapPath) |
getEvaluator, getEvaluatorBuilder, getOptions, open, setOptions, truncate, validatePMMLpublic XGBoostEncoderBatch(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)
public abstract XGBoostEncoderBatchTest getArchiveBatchTest()
getArchiveBatchTest in class org.jpmml.converter.testing.ModelEncoderBatchpublic java.util.List<java.util.Map<java.lang.String,java.lang.Object>> getOptionsMatrix()
getOptionsMatrix in class org.jpmml.converter.testing.ModelEncoderBatchpublic java.lang.String getLearnerPath(java.lang.String format)
public java.lang.String getFeatureMapPath()
public org.dmg.pmml.PMML getPMML()
throws java.lang.Exception
getPMML in class org.jpmml.converter.testing.ModelEncoderBatchjava.lang.Exceptionpublic java.lang.String getInputCsvPath()
getInputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatchpublic java.lang.String getOutputCsvPath()
getOutputCsvPath in class org.jpmml.evaluator.testing.ArchiveBatchprotected org.dmg.pmml.PMML loadPMML(java.lang.String learnerPath,
java.lang.String featureMapPath)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2022. All Rights Reserved.