public abstract class EnsembleClassifier extends Classifier
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EnsembleClassifier(String module,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Classifier |
getBaseEstimator() |
org.dmg.pmml.DataType |
getDataType()
The
data type of active fields. |
List<? extends Classifier> |
getEstimators() |
org.dmg.pmml.OpType |
getOpType()
The
operational type of active fields. |
getClasses, getMiningFunction, hasProbabilityDistribution, 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 Classifier getBaseEstimator()
public List<? extends Classifier> getEstimators()
Copyright © 2017. All Rights Reserved.