public class XGBClassifier extends LabelEncoderClassifier implements HasBooster, HasXGBoostOptions
OPTION_COMPACT, OPTION_NTREE_LIMIT| Constructor and Description |
|---|
XGBClassifier(java.lang.String module,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
Booster |
getBooster() |
org.dmg.pmml.DataType |
getDataType() |
int |
getNumberOfFeatures() |
getClasses, getLabelEncodergetMiningFunction, hasProbabilityDistribution, isSupervisedencodeModel, getOpTypegetOptionclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic XGBClassifier(java.lang.String module,
java.lang.String name)
public int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.DataType getDataType()
getDataType in class Estimatorpublic org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Booster getBooster()
getBooster in interface HasBoosterCopyright © 2017. All Rights Reserved.