Updatemod: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy No edit summary |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
Line 10: | Line 9: | ||
===Description=== | ===Description=== | ||
The input modl is | The input <tt>modl</tt> is any older-version PLS_Toolbox model to be updated to the current release version model. | ||
Optional input ''<tt>data</tt>'' is required if the model was constructed using a version older than Version 2.0.1c. | |||
The output is an updated model <tt>umodl</tt>. | |||
If the model is not valid (not updatable or invalid format), an error is thrown. | |||
===See Also=== | ===See Also=== | ||
[[analysis]], [[pca]], [[pcr]], [[pls]] | [[analysis]], [[pca]], [[pcr]], [[pls]] |
Revision as of 10:27, 10 October 2008
Purpose
Update model structure to be PLS_Toolbox 3.0 compatible.
Synopsis
- umodl = updatemod(modl,data)
Description
The input modl is any older-version PLS_Toolbox model to be updated to the current release version model.
Optional input data is required if the model was constructed using a version older than Version 2.0.1c.
The output is an updated model umodl.
If the model is not valid (not updatable or invalid format), an error is thrown.