Unified Online-learning Library
Documentation
algorithms/icl_learn_RLS
ILS = icl_learn_RLS(ILS, x, y, yp, mode)
RLS learning algorithm.

RLS - Recursive Least Squares with forgetting
Reference: Blum, M.: Fixed memory least squares filters using recursion methods. IRE Transactions on Information Theory 3(3), 178-182 (1957)


Inputs:
ILSstructure describing the learning system
xdouble input vector in [-10,10]
ytrue label, i.e. target value of the example, in [-1, 1] for regression or [-1; 1] for classification
yppredicted label, i.e. current output of the approximation, in [-1, 1] for regression or [-1; 1] for classification
modeoperating mode (regression=1, classification=2)

Outputs:
ILSupdated matlab structure describing the learning system

Calls:

Called by:

Authors:

Last change: 2013-07-13 - Version 1.5