Uses of Interface
moa.classifiers.core.driftdetection.ChangeDetector
-
-
Uses of ChangeDetector in moa.classifiers.core.driftdetection
Classes in moa.classifiers.core.driftdetection that implement ChangeDetector Modifier and Type Class Description class
AbstractChangeDetector
Abstract Change Detector.class
ADWINChangeDetector
Drift detection method based in ADWIN.class
CusumDM
Drift detection method based in Cusumclass
DDM
Drift detection method based in DDM method of Joao Gama SBIA 2004.class
EDDM
Drift detection method based in EDDM method of Manuel Baena et al.class
EnsembleDriftDetectionMethods
Ensemble Drift detection methodclass
EWMAChartDM
Drift detection method based in EWMA Charts of Ross, Adams, Tasoulis and Hand 2012class
GeometricMovingAverageDM
Drift detection method based in Geometric Moving Average Testclass
HDDM_A_Test
Online drift detection method based on Hoeffding's bounds.class
HDDM_W_Test
Online drift detection method based on McDiarmid's bounds.class
PageHinkleyDM
Drift detection method based in Page Hinkley Test.class
RDDM
class
SEEDChangeDetector
Drift detection method as published in:class
SeqDrift1ChangeDetector
SeqDrift1ChangeDetector.java.class
SeqDrift2ChangeDetector
SeqDriftChangeDetector.java.class
STEPD
Fields in moa.classifiers.core.driftdetection declared as ChangeDetector Modifier and Type Field Description protected ChangeDetector[]
EnsembleDriftDetectionMethods. cds
Methods in moa.classifiers.core.driftdetection that return ChangeDetector Modifier and Type Method Description ChangeDetector
AbstractChangeDetector. copy()
Produces a copy of this change detector methodChangeDetector
ChangeDetector. copy()
Produces a copy of this drift detection method -
Uses of ChangeDetector in moa.classifiers.drift
Fields in moa.classifiers.drift declared as ChangeDetector Modifier and Type Field Description protected ChangeDetector
DriftDetectionMethodClassifier. driftDetectionMethod
-
Uses of ChangeDetector in moa.classifiers.meta
Fields in moa.classifiers.meta declared as ChangeDetector Modifier and Type Field Description protected ChangeDetector
AdaptiveRandomForest.ARFBaseLearner. driftDetectionMethod
protected ChangeDetector
AdaptiveRandomForestRegressor.ARFFIMTDDBaseLearner. driftDetectionMethod
protected ChangeDetector
SelfOptimisingKNearestLeaves.SelfOptimisingKNearestLeavesBaseLearner. driftDetectionMethod
protected ChangeDetector
StreamingRandomPatches.StreamingRandomPatchesClassifier. driftDetectionMethod
protected ChangeDetector
AdaptiveRandomForest.ARFBaseLearner. warningDetectionMethod
protected ChangeDetector
AdaptiveRandomForestRegressor.ARFFIMTDDBaseLearner. warningDetectionMethod
protected ChangeDetector
SelfOptimisingKNearestLeaves.SelfOptimisingKNearestLeavesBaseLearner. warningDetectionMethod
protected ChangeDetector
StreamingRandomPatches.StreamingRandomPatchesClassifier. warningDetectionMethod
-
Uses of ChangeDetector in moa.classifiers.rules.core.changedetection
Classes in moa.classifiers.rules.core.changedetection that implement ChangeDetector Modifier and Type Class Description class
NoChangeDetection
-
Uses of ChangeDetector in moa.classifiers.rules.multilabel.core
Fields in moa.classifiers.rules.multilabel.core declared as ChangeDetector Modifier and Type Field Description protected ChangeDetector
LearningLiteral. changeDetector
protected ChangeDetector[]
LearningLiteral. changeDetectors
Methods in moa.classifiers.rules.multilabel.core with parameters of type ChangeDetector Modifier and Type Method Description void
LearningLiteral. setChangeDetector(ChangeDetector changeDetector)
void
MultiLabelRule. setChangeDetector(ChangeDetector changeDetector)
-
Uses of ChangeDetector in moa.learners
Fields in moa.learners declared as ChangeDetector Modifier and Type Field Description protected ChangeDetector
ChangeDetectorLearner. driftDetectionMethod
-