Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Scott |
imported>Scott |
||
Line 9: | Line 9: | ||
===Description=== | ===Description=== | ||
The | The inputs are the model to be updated (modl) and, if the model wasvcreated by a PLS_Toolbox version before 2.0.1c, the original data (data) must also be supplied. The output is an updated model (umodl). | ||
The output is an updated model | |||
===See Also=== | ===See Also=== | ||
[[analysis]], [[pca]], [[pcr]], [[pls]] | [[analysis]], [[pca]], [[pcr]], [[pls]] |
Revision as of 21:21, 20 June 2013
Purpose
Update model structure to be compatible with the current version.
Synopsis
- umodl = updatemod(modl,data)
Description
The inputs are the model to be updated (modl) and, if the model wasvcreated by a PLS_Toolbox version before 2.0.1c, the original data (data) must also be supplied. The output is an updated model (umodl).