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() |
List<? extends Classifier> |
getEstimators() |
org.dmg.pmml.OpType |
getOpType() |
getClasses, getMiningFunction, hasProbabilityDistribution, isSupervisedencodeModel, encodeModel, getNumberOfFeaturesclear, 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 Classifier getBaseEstimator()
public List<? extends Classifier> getEstimators()
Copyright © 2017. All Rights Reserved.