Unified Online-learning Library
Documentation
icl_genGLT
ILS = icl_genGLT(num, dim, base)
Generate a grid-based lookup table approximation structure.

Range of the inputs is always [-10,10]. The base functions are distributed linearly accross the 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:
numinteger > 0, number of base functions per dimension
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