Package moa.classifiers
Interface Regressor
-
- All Known Subinterfaces:
AMRulesRegressorFunction
- All Known Implementing Classes:
AdaGrad
,AdaptiveNodePredictor
,AdaptiveRandomForestRegressor
,AMRulesRegressor
,AMRulesRegressorOld
,ARFFIMTDD
,FadingTargetMean
,FIMTDD
,kNN
,kNNwithPAW
,kNNwithPAWandADWIN
,LowPassFilteredLearner
,ORTO
,Perceptron
,RandomAMRules
,RandomAMRulesOld
,RandomRules
,SelfOptimisingBaseTree
,SelfOptimisingKNearestLeaves
,SGD
,SGDMultiClass
,StreamingGradientBoostedTrees
,TargetMean
public interface Regressor
Regressor interface for incremental regression models. It is used only in the GUI Regression Tab.- Version:
- $Revision: 7 $
- Author:
- Richard Kirkby (rkirkby@cs.waikato.ac.nz)