Unified Online-learning Library
Documentation
icl_genPoly
ILS = icl_genPoly(order, dim)
Generate a polynomial approximation structure.

The polynomial structure is generated as additive polynomials for each input dimension up to the specified order, i.e. no cross terms are included.


Inputs:
orderinteger >= 0, order of the polynomials for each dimension
diminteger > 0, number of dimensions

Outputs:
ILSmatlab structure describing the learning system

Calls:

Called by:

Authors:

Last change: 2013-06-23 - Version 1.5