Name

update_lolimot — The function update the linear models of a given Lolimot model for a given learning data set

Calling Sequence

modelOut = update_lolimot(data,lolModel,vec)

Parameters

data

the learning data set. The first columns of the data set contain the inputs and the last column contains the output.

lolModel

a Lolimot structure which contains the Lolimot model to be updated

vec

a boolean which tell the learning method to use estim_vec_lolimot during the learning process (if vec is set to true) or estim_lolimot (if vec is set to false).

modelOut

this structure contains the learnt Lolimot model.

Description

  • This function update the linear models associated to a given Lolimot model with a given data set.

See Also

estim_der_lolimot , estim_lolimot , estim_vec_lolimot , learn_lolimot , learn_valid_lolimot , write_lolimot , read_lolimot , plot_lolimot_part

Authors

Yann COLLETTE

(ycollet@freesurf.fr)