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 |
|---|---|
Set<org.dmg.pmml.DefineFunction> |
encodeDefineFunctions() |
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. |
boolean |
requiresContinuousInput() |
createSchemacreateActiveFields, createTargetField, encodeModel, getNumberOfFeaturesclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic boolean requiresContinuousInput()
requiresContinuousInput in class Estimatorpublic 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 Set<org.dmg.pmml.DefineFunction> encodeDefineFunctions()
encodeDefineFunctions in class Estimatorpublic Regressor getBaseEstimator()
Copyright © 2016. All Rights Reserved.