Constructor for the mapping abstract class
Syntax
m=mapping
m=mapping(name,n_in,n_out)
Description
m=mapping
creates a new general mapping skeleton
m=mapping(name,n_in,n_out)
creates a new general mapping with n_in
inputs
and n_out
outputs. The name name
is associated to it.
Methods
- check
checks the consistency of all the field of a mapping object
- denormalise
normalises the model M
- display
Display an object of class mapping
- error
Computes the squared error of the mapping
- eval
computes the value of the mapping for some input
- get
gets the value of the attribute of an object
- identify
Identify the mapping from data (abstact method)
- jacob_inputs
computes the jacobian of the model
- jacob_params
computes the jacobian of the model
- lev_marq
Performs a Levenbergh Marquardt optimisation of the mapping
- normalise
normalises the model M
- set
Set object properties
See Also
[ Help Desk ]