public class GradientBoostingRegressor extends Regressor implements HasEstimatorEnsemble<TreeRegressor>, HasTreeOptions
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>OPTION_COMPACT, OPTION_FLAT, OPTION_NODE_EXTENSIONS, OPTION_NODE_ID, OPTION_WINNER_ID| Constructor and Description |
|---|
GradientBoostingRegressor(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() |
HasDefaultValue |
getInit() |
Number |
getLearningRate() |
int |
getNumberOfFeatures() |
getMiningFunction, isSupervisedgetOption, getOpType, getSkLearnVersionget, getArray, getArray, getArrayShape, getArrayShape, getBoolean, getInteger, getIntegerArray, getList, getList, getNumber, getObject, getOptional, getOptionalBoolean, getOptionalObject, getOptionalString, 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, toStringpublic 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 HasDefaultValue getInit()
public Number getLearningRate()
public List<? extends TreeRegressor> getEstimators()
getEstimators in interface HasEstimatorEnsemble<TreeRegressor>Copyright © 2019. All rights reserved.