public class XGBClassifier extends Classifier implements HasBooster
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
XGBClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
Booster |
getBooster() |
List<?> |
getClasses() |
org.dmg.pmml.DataType |
getDataType()
The
data type of active fields. |
LabelEncoder |
getLabelEncoder() |
int |
getNumberOfFeatures() |
boolean |
requiresContinuousInput() |
createSchema, hasProbabilityDistributioncreateActiveFields, createTargetField, encodeDefineFunctions, getOpTypeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic int getNumberOfFeatures()
getNumberOfFeatures in class Estimatorpublic boolean requiresContinuousInput()
requiresContinuousInput in class Estimatorpublic org.dmg.pmml.DataType getDataType()
Estimatordata type of active fields.getDataType in class Estimatorpublic List<?> getClasses()
getClasses in class Classifierpublic org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic Booster getBooster()
getBooster in interface HasBoosterpublic LabelEncoder getLabelEncoder()
Copyright © 2016. All Rights Reserved.