public abstract class EnsembleRegressor extends Regressor implements HasEstimatorEnsemble<Regressor>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EnsembleRegressor(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Regressor |
getBaseEstimator() |
org.dmg.pmml.DataType |
getDataType() |
List<? extends Regressor> |
getEstimators() |
org.dmg.pmml.OpType |
getOpType() |
getMiningFunction, isSupervisedencodeModel, getNumberOfFeatures, getOption, getSkLearnVersionget, getArray, getArray, getArrayShape, getArrayShape, getList, getList, getScalar, 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 org.dmg.pmml.DataType getDataType()
getDataType in class Estimatorpublic Regressor getBaseEstimator()
public List<? extends Regressor> getEstimators()
getEstimators in interface HasEstimatorEnsemble<Regressor>Copyright © 2018. All rights reserved.