Uses of Class
moa.classifiers.core.driftdetection.ADWIN
-
Packages that use ADWIN Package Description moa.classifiers.core.driftdetection moa.classifiers.deeplearning moa.classifiers.meta moa.classifiers.meta.imbalanced moa.classifiers.trees moa.evaluation -
-
Uses of ADWIN in moa.classifiers.core.driftdetection
Fields in moa.classifiers.core.driftdetection declared as ADWIN Modifier and Type Field Description protected ADWIN
ADWINChangeDetector. adwin
-
Uses of ADWIN in moa.classifiers.deeplearning
Fields in moa.classifiers.deeplearning declared as ADWIN Modifier and Type Field Description ADWIN
MLP. lossEstimator
-
Uses of ADWIN in moa.classifiers.meta
Fields in moa.classifiers.meta declared as ADWIN Modifier and Type Field Description protected ADWIN[]
LeveragingBag. ADError
protected ADWIN[]
LimAttClassifier. ADError
protected ADWIN[]
OzaBagAdwin. ADError
protected ADWIN[]
OzaBoostAdwin. ADError
-
Uses of ADWIN in moa.classifiers.meta.imbalanced
Fields in moa.classifiers.meta.imbalanced declared as ADWIN Modifier and Type Field Description protected ADWIN
CSMOTE. adwin
protected ADWIN
RebalanceStream. adwin
protected ADWIN
CSMOTE. adwinDriftDetector
Fields in moa.classifiers.meta.imbalanced with type parameters of type ADWIN Modifier and Type Field Description protected ArrayList<ADWIN>
OnlineAdaBoost. adwinEnsemble
protected ArrayList<ADWIN>
OnlineAdaC2. adwinEnsemble
protected ArrayList<ADWIN>
OnlineCSB2. adwinEnsemble
protected ArrayList<ADWIN>
OnlineRUSBoost. adwinEnsemble
protected ArrayList<ADWIN>
OnlineSMOTEBagging. adwinEnsemble
protected ArrayList<ADWIN>
OnlineUnderOverBagging. adwinEnsemble
-
Uses of ADWIN in moa.classifiers.trees
Fields in moa.classifiers.trees declared as ADWIN Modifier and Type Field Description protected ADWIN
HoeffdingAdaptiveTree.AdaLearningNode. estimationErrorWeight
protected ADWIN
HoeffdingAdaptiveTree.AdaSplitNode. estimationErrorWeight
-
Uses of ADWIN in moa.evaluation
Fields in moa.evaluation declared as ADWIN Modifier and Type Field Description protected ADWIN
AdwinClassificationPerformanceEvaluator.AdwinEstimator. adwin
-