public class GradientBoostingClassifier extends Classifier implements HasEstimatorEnsemble<TreeRegressor>, HasTreeOptions
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>OPTION_COMPACT, OPTION_FLAT, OPTION_NODE_EXTENSIONS, OPTION_NODE_ID, OPTION_NODE_SCORE, OPTION_WINNER_IDUNKNOWN| Constructor and Description |
|---|
GradientBoostingClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
org.dmg.pmml.mining.MiningModel |
encodeModel(org.jpmml.converter.Schema schema) |
org.dmg.pmml.DataType |
getDataType() |
List<? extends TreeRegressor> |
getEstimators() |
HasPriorProbability |
getInit() |
Number |
getLearningRate() |
LossFunction |
getLoss() |
int |
getNumberOfFeatures() |
getClasses, getMiningFunction, hasProbabilityDistributiongetOption, getOpType, getPMMLOptions, getSkLearnVersion, isSupervised, setPMMLOptionsget, getArray, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getBooleanArray, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalScalar, getOptionalString, getPyModule, getPyName, getScalar, getString, getTuple, getTupleListclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetNativeConfigurationpublic int getNumberOfFeatures()
getNumberOfFeatures in interface HasNumberOfFeaturesgetNumberOfFeatures in class Estimatorpublic org.dmg.pmml.DataType getDataType()
getDataType in interface HasTypegetDataType in class Estimatorpublic org.dmg.pmml.mining.MiningModel encodeModel(org.jpmml.converter.Schema schema)
encodeModel in class Estimatorpublic LossFunction getLoss()
public HasPriorProbability getInit()
public Number getLearningRate()
public List<? extends TreeRegressor> getEstimators()
getEstimators in interface HasEstimatorEnsemble<TreeRegressor>Copyright © 2020. All rights reserved.