MATLAB Function Reference | Search  Help Desk |
lazy | Methods See Also |
Constructor for the lazy abstract class
Syntax
m=lazy
m=lazy(name,n_in,n_out)
Description
m=lazy
creates a new general lazy skeleton
m=lazy(name,n_in,n_out)
creates a new general lazy with n_in
inputs
and n_out
outputs. The name name
is associated to it.
Remarks
This class implements the famimo class and allows to describe dynamical systems using a 'lazy' representation. It works in a very simple way. The input-output data is stored in a database. When a prediction of the putput is needed a local model is fitted through the closest points of the query contained in the database.id_par
identification parameters
cmb_par
model combination parameters