Unified Online-learning Library
Documentation
icl_genGLTarb
ILS = icl_genGLTarb(loc, dim, base)
Generate an arbitrary grid-based lookup table approximation structure.

Range of the inputs is always [-10,10]. The base functions are distributed according to the location array accross each dimension and result in a regular grid. On these grid nodes either triangular or gaussian radial basis functions are placed, resulting in different interpolations.


Inputs:
loccell array of double arrays, contains the position of gridlines (inner double array) for each dimension (outer cell array)
diminteger > 0, number of dimensions
basestring, base function of the grid, choose between
- lin for triangular, i.e. linear interpolation
- gauss for gaussian

Outputs:
ILSmatlab structure describing the learning system

Calls:

Called by:

Authors:

Last change: 2013-11-29 - Version 1.6