Unified Online-learning Library
Documentation
icl_learn
ILS = icl_learn(ILS, x, y, yp, mode)
Update the approximation with one data sample (dummy file).

This file is the basis for implementing learning methods.


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-06-18 - Version 1.5