Unified Online-learning Library
Documentation
icl_predict
yp = icl_predict(x, ILS, mode)
Predicts a label, i.e. evaluation of the approximator, for a given input.



Inputs:
xdouble input vector in [-10,10]
ILSmatlab structure describing the learning system
modeoperating mode (regression=1, classification=2)

Outputs:
yppredicted label, in [-1, 1] for regression or [-1; 1] for classification

Calls:

Called by:

Authors:

Last change: 2013-03-07 - Version 1.4