public abstract class EnsembleRegressor extends 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()
The
data type of active fields. |
List<? extends Regressor> |
getEstimators() |
org.dmg.pmml.OpType |
getOpType()
The
operational type of active fields. |
getMiningFunction, isSupervisedencodeModel, encodeModel, getNumberOfFeaturesclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic org.dmg.pmml.DataType getDataType()
Estimatordata type of active fields.getDataType in class Estimatorpublic org.dmg.pmml.OpType getOpType()
Estimatoroperational type of active fields.public Regressor getBaseEstimator()
Copyright © 2017. All Rights Reserved.