Uses of Interface
moa.classifiers.MultiClassClassifier
-
-
Uses of MultiClassClassifier in moa.classifiers
Subinterfaces of MultiClassClassifier in moa.classifiers Modifier and Type Interface Description interface
OneClassClassifier
An interface for incremental classifier models. -
Uses of MultiClassClassifier in moa.classifiers.bayes
Classes in moa.classifiers.bayes that implement MultiClassClassifier Modifier and Type Class Description class
NaiveBayes
Naive Bayes incremental learner.class
NaiveBayesMultinomial
Class for building and using a multinomial Naive Bayes classifier. -
Uses of MultiClassClassifier in moa.classifiers.deeplearning
Classes in moa.classifiers.deeplearning that implement MultiClassClassifier Modifier and Type Class Description class
CAND
Continuously Adaptive Neural networks for Data streamsclass
MLP
-
Uses of MultiClassClassifier in moa.classifiers.drift
Classes in moa.classifiers.drift that implement MultiClassClassifier Modifier and Type Class Description class
DriftDetectionMethodClassifier
Class for handling concept drift datasets with a wrapper on a classifier.class
SingleClassifierDrift
Class for handling concept drift datasets with a wrapper on a classifier. -
Uses of MultiClassClassifier in moa.classifiers.functions
Classes in moa.classifiers.functions that implement MultiClassClassifier Modifier and Type Class Description class
AdaGrad
Implements the AdaGrad oneline optimiser for learning various linear models (binary class SVM, binary class logistic regression and linear regression).class
MajorityClass
Majority class learner.class
NoChange
NoChange class classifier.class
Perceptron
Single perceptron classifier.class
SGD
Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression and linear regression).class
SGDMultiClass
Implements stochastic gradient descent for learning various linear models (binary class SVM, binary class logistic regression and linear regression).class
SPegasos
Implements the stochastic variant of the Pegasos (Primal Estimated sub-GrAdient SOlver for SVM) method of Shalev-Shwartz et al. -
Uses of MultiClassClassifier in moa.classifiers.lazy
Classes in moa.classifiers.lazy that implement MultiClassClassifier Modifier and Type Class Description class
kNN
k Nearest Neighbor.class
kNNwithPAW
k Nearest Neighbor ADAPTIVE with PAW.class
kNNwithPAWandADWIN
k Nearest Neighbor ADAPTIVE with ADWIN+PAW.class
SAMkNN
Self Adjusting Memory (SAM) coupled with the k Nearest Neighbor classifier (kNN) . -
Uses of MultiClassClassifier in moa.classifiers.meta
Classes in moa.classifiers.meta that implement MultiClassClassifier Modifier and Type Class Description class
AccuracyUpdatedEnsemble
The revised version of the Accuracy Updated Ensemble as proposed by Brzezinski and Stefanowski in "Reacting to Different Types of Concept Drift: The Accuracy Updated Ensemble Algorithm", IEEE Trans.class
AccuracyWeightedEnsemble
The Accuracy Weighted Ensemble classifier as proposed by Wang et al.class
ADACC
Anticipative and Dynamic Adaptation to Concept Changes.class
AdaptiveRandomForest
Adaptive Random Forestclass
ADOB
Adaptable Diversity-based Online Boosting (ADOB) is a modified version of the online boosting, as proposed by Oza and Russell, which is aimed at speeding up the experts recovery after concept drifts.class
BOLE
class
DACC
Dynamic Adaptation to Concept Changes.class
DynamicWeightedMajority
Dynamic weighted majority algorithm.class
HeterogeneousEnsembleAbstract
BLAST (Best Last) for Heterogeneous Ensembles Abstract Base Classclass
HeterogeneousEnsembleBlast
BLAST (Best Last) for Heterogeneous Ensembles implemented with Fading Factorsclass
HeterogeneousEnsembleBlastFadingFactors
BLAST (Best Last) for Heterogeneous Ensembles implemented with Fading Factorsclass
LearnNSE
Ensemble of classifiers-based approach for incremental learning of concept drift, characterized by nonstationary environments (NSEs), where the underlying data distributions change over time.class
LeveragingBag
Leveraging Bagging for evolving data streams using ADWIN.class
LimAttClassifier
Ensemble Combining Restricted Hoeffding Trees using Stacking.class
OCBoost
Online Coordinate boosting for two classes evolving data streams.class
OnlineAccuracyUpdatedEnsemble
The online version of the Accuracy Updated Ensemble as proposed by Brzezinski and Stefanowski in "Combining block-based and online methods in learning ensembles from concept drifting data streams", Information Sciences, 2014.class
OnlineSmoothBoost
Incremental on-line boosting with Theoretical Justifications of Shang-Tse Chen, Hsuan-Tien Lin and Chi-Jen Lu.class
OzaBag
Incremental on-line bagging of Oza and Russell.class
OzaBagAdwin
Bagging for evolving data streams using ADWIN.class
OzaBagASHT
Bagging using trees of different size.class
OzaBoost
Incremental on-line boosting of Oza and Russell.class
OzaBoostAdwin
Boosting for evolving data streams using ADWIN.class
PairedLearners
Creates two classifiers: a stable and a reactive.class
RCD
Creates a set of classifiers, each one representing a different context.class
StreamingGradientBoostedTrees
Gradient boosted trees for evolving data streamsclass
StreamingRandomPatches
Streaming Random Patchesclass
TemporallyAugmentedClassifier
Include labels of previous instances into the training dataclass
WeightedMajorityAlgorithm
Weighted majority algorithm for data streams.class
WEKAClassifier
Class for using a classifier from WEKA. -
Uses of MultiClassClassifier in moa.classifiers.meta.imbalanced
Classes in moa.classifiers.meta.imbalanced that implement MultiClassClassifier Modifier and Type Class Description class
CSMOTE
CSMOTEclass
OnlineAdaBoost
Online AdaBoost is the online version of the boosting ensemble method AdaBoostclass
OnlineAdaC2
OnlineAdaC2 is the adaptation of the ensemble learner to data streamsclass
OnlineCSB2
Online CSB2 is the online version of the ensemble learner CSB2.class
OnlineRUSBoost
Online RUSBoost is the adaptation of the ensemble learner to data streams.class
OnlineSMOTEBagging
Online SMOTEBagging is the online version of the ensemble method SMOTEBagging.class
OnlineUnderOverBagging
Online UnderOverBagging is the online version of the ensemble method.class
RebalanceStream
RebalanceStream -
Uses of MultiClassClassifier in moa.classifiers.multilabel
Classes in moa.classifiers.multilabel that implement MultiClassClassifier Modifier and Type Class Description class
MultilabelHoeffdingTree
Hoeffding Tree for classifying multi-label data. -
Uses of MultiClassClassifier in moa.classifiers.multilabel.meta
Classes in moa.classifiers.multilabel.meta that implement MultiClassClassifier Modifier and Type Class Description class
OzaBagAdwinML
OzaBagAdwinML: Changes the way to compute accuracy as an input for Adwinclass
OzaBagML
OzaBag for Multi-label data. -
Uses of MultiClassClassifier in moa.classifiers.oneclass
Classes in moa.classifiers.oneclass that implement MultiClassClassifier Modifier and Type Class Description class
Autoencoder
Implements an autoencoder: a neural network that attempts to reconstruct the input.class
HSTrees
Implements the Streaming Half-Space Trees one-class classifier described in S.class
NearestNeighbourDescription
Implements David Tax's Nearest Neighbour Description method described in Section 3.4.2 of D. -
Uses of MultiClassClassifier in moa.classifiers.rules
Classes in moa.classifiers.rules that implement MultiClassClassifier Modifier and Type Class Description class
RuleClassifier
This classifier learn ordered and unordered rule set from data stream.class
RuleClassifierNBayes
This classifier learn ordered and unordered rule set from data stream with naive Bayes learners. -
Uses of MultiClassClassifier in moa.classifiers.trees
Classes in moa.classifiers.trees that implement MultiClassClassifier Modifier and Type Class Description class
AdaHoeffdingOptionTree
Adaptive decision option tree for streaming data with adaptive Naive Bayes classification at leaves.class
ARFHoeffdingTree
Adaptive Random Forest Hoeffding Tree.class
ASHoeffdingTree
Adaptive Size Hoeffding Tree used in Bagging using trees of different size.class
DecisionStump
Decision trees of one level.
Parameters:class
EFDT
class
HoeffdingAdaptiveTree
Hoeffding Adaptive Tree for evolving data streams.class
HoeffdingAdaptiveTreeClassifLeaves
Hoeffding Adaptive Tree for evolving data streams that has a classifier at the leaves.class
HoeffdingOptionTree
Hoeffding Option Tree.class
HoeffdingTree
Hoeffding Tree or VFDT.class
HoeffdingTreeClassifLeaves
Hoeffding Tree that have a classifier at the leaves.class
LimAttHoeffdingTree
Hoeffding decision trees with a restricted number of attributes for data streams.class
RandomHoeffdingTree
Random decision trees for data streams. -
Uses of MultiClassClassifier in moa.classifiers.trees.iadem
Classes in moa.classifiers.trees.iadem that implement MultiClassClassifier Modifier and Type Class Description class
Iadem2
class
Iadem3
class
Iadem3Subtree
-
Uses of MultiClassClassifier in moa.learners.featureanalysis
Classes in moa.learners.featureanalysis that implement MultiClassClassifier Modifier and Type Class Description class
ClassifierWithFeatureImportance
Classifier with Feature Importanceclass
FeatureImportanceHoeffdingTree
HoeffdingTree Feature Importance extends the traditional HoeffdingTree classifier to also yield feature importances.class
FeatureImportanceHoeffdingTreeEnsemble
HoeffdingTree Ensemble Feature Importance.
-