Constructor for the linear class
Syntax
m=linear
m=linear(name,n_in,n_out)
Description
m=linear
creates a new linear skeleton
m=linear(name,n_in,n_out)
creates a new linear 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 linear object
- denormalise
denormalises the model M
- display
Display an object of class linear
- double
Convert the object to double
- eval
computes the value of the linear for some input
- get
gets the value of the attribute of an object
- identify
Identify the mapping from data
- jacob_inputs
computes the jacobian of the model
- jacob_params
computes the jacobian of the model
- normalise
normalises the model M
- set
Set object properties
See Also
mapping
[ Help Desk ]