Uses of Interface
moa.classifiers.Regressor
-
Packages that use Regressor Package Description moa.classifiers.functions moa.classifiers.lazy moa.classifiers.meta moa.classifiers.rules moa.classifiers.rules.functions moa.classifiers.rules.meta moa.classifiers.trees -
-
Uses of Regressor in moa.classifiers.functions
Classes in moa.classifiers.functions that implement Regressor 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
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). -
Uses of Regressor in moa.classifiers.lazy
Classes in moa.classifiers.lazy that implement Regressor 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. -
Uses of Regressor in moa.classifiers.meta
Classes in moa.classifiers.meta that implement Regressor Modifier and Type Class Description class
AdaptiveRandomForestRegressor
Implementation of AdaptiveRandomForestRegressor, an extension of AdaptiveRandomForest for classification.class
RandomRules
class
SelfOptimisingKNearestLeaves
Implementation of Self-Optimising K Nearest Leaves.class
StreamingGradientBoostedTrees
Gradient boosted trees for evolving data streams -
Uses of Regressor in moa.classifiers.rules
Classes in moa.classifiers.rules that implement Regressor Modifier and Type Class Description class
AMRulesRegressor
class
AMRulesRegressorOld
-
Uses of Regressor in moa.classifiers.rules.functions
Subinterfaces of Regressor in moa.classifiers.rules.functions Modifier and Type Interface Description interface
AMRulesRegressorFunction
Classes in moa.classifiers.rules.functions that implement Regressor Modifier and Type Class Description class
AdaptiveNodePredictor
class
FadingTargetMean
class
LowPassFilteredLearner
class
Perceptron
class
TargetMean
-
Uses of Regressor in moa.classifiers.rules.meta
Classes in moa.classifiers.rules.meta that implement Regressor Modifier and Type Class Description class
RandomAMRules
Random AMRules algoritgm that performs analogous procedure as the Random Forest Trees but with Rulesclass
RandomAMRulesOld
-
Uses of Regressor in moa.classifiers.trees
Classes in moa.classifiers.trees that implement Regressor Modifier and Type Class Description class
ARFFIMTDD
Implementation of ARFFIMTDD, an extension of FIMTDD to be used by AdaptiveRandomForestRegressor.class
FIMTDD
Implementation of FIMTDD, regression and model trees for data streams.class
ORTO
class
SelfOptimisingBaseTree
See details in:
Yibin Sun, Bernhard Pfahringer, Heitor Murilo Gomes, Albert Bifet.
-