Package adams.ml.model.regression
Interface IncrementalRegressor
-
- All Superinterfaces:
Algorithm<RegressionModel>
,CapabilitiesHandler
,Destroyable
,IncrementalAlgorithm<RegressionModel>
,OptionHandler
,Regressor
public interface IncrementalRegressor extends Regressor, IncrementalAlgorithm<RegressionModel>
Interface for incremental regression algorithms.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
-
Methods inherited from interface adams.ml.model.Algorithm
buildModel, getCapabilities, handles
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.ml.model.IncrementalAlgorithm
updateModel, updateModel
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-