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

IRMA - Incremental Risk Minimization Algorithm
Reference: Buschermoehle, A.; Schoenke, J.; Rosemann, N.; Brockmann, W.: The Incremental Risk Functional: Basics of a Novel Incremental Learning Approach. IEEE International Conference on Systems Man and Cybernetics (SMC), to appear (2013)


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-08-20 - Version 1.5