Package org.jpmml.xgboost.testing
Class XGBoostEncoderBatch
- java.lang.Object
-
- org.jpmml.evaluator.testing.ArchiveBatch
-
- org.jpmml.converter.testing.ModelEncoderBatch
-
- org.jpmml.xgboost.testing.XGBoostEncoderBatch
-
- All Implemented Interfaces:
AutoCloseable,org.jpmml.evaluator.testing.Batch
public abstract class XGBoostEncoderBatch extends org.jpmml.converter.testing.ModelEncoderBatch
-
-
Constructor Summary
Constructors Constructor Description XGBoostEncoderBatch(String algorithm, String dataset, Predicate<org.jpmml.evaluator.ResultField> columnFilter, com.google.common.base.Equivalence<Object> equivalence)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract XGBoostEncoderBatchTestgetArchiveBatchTest()StringgetFeatureMapPath()String[]getFormats()StringgetInputCsvPath()StringgetLearnerPath(String format)List<Map<String,Object>>getOptionsMatrix()StringgetOutputCsvPath()org.dmg.pmml.PMMLgetPMML()voidsetFormats(String[] formats)-
Methods inherited from class org.jpmml.converter.testing.ModelEncoderBatch
getEvaluator, getEvaluatorBuilder, getOptions, getValidators, open, setOptions, validatePMML
-
-
-
-
Method Detail
-
getArchiveBatchTest
public abstract XGBoostEncoderBatchTest getArchiveBatchTest()
- Specified by:
getArchiveBatchTestin classorg.jpmml.converter.testing.ModelEncoderBatch
-
getOptionsMatrix
public List<Map<String,Object>> getOptionsMatrix()
- Overrides:
getOptionsMatrixin classorg.jpmml.converter.testing.ModelEncoderBatch
-
getFeatureMapPath
public String getFeatureMapPath()
-
getPMML
public org.dmg.pmml.PMML getPMML() throws Exception- Specified by:
getPMMLin classorg.jpmml.converter.testing.ModelEncoderBatch- Throws:
Exception
-
getInputCsvPath
public String getInputCsvPath()
- Overrides:
getInputCsvPathin classorg.jpmml.evaluator.testing.ArchiveBatch
-
getOutputCsvPath
public String getOutputCsvPath()
- Overrides:
getOutputCsvPathin classorg.jpmml.evaluator.testing.ArchiveBatch
-
getFormats
public String[] getFormats()
-
setFormats
public void setFormats(String[] formats)
-
-