update_lolimot — The function update the linear models of a given Lolimot model for a given learning data set
modelOut = update_lolimot(data,lolModel,vec)
the learning data set. The first columns of the data set contain the inputs and the last column contains the output.
a Lolimot structure which contains the Lolimot model to be updated
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).
this structure contains the learnt Lolimot model.
This function update the linear models associated to a given Lolimot model with a given data set.