Reviewcrossval: Difference between revisions
Jump to navigation
Jump to search
imported>Scott (Created page with "===Purpose=== Examines cross-validation settings for typical problems. ===Synopsis=== :[issues,splitinfo] = reviewcrossval(model) ===Description=== Given a standard PLS_T...") |
imported>Scott |
||
Line 26: | Line 26: | ||
===See Also=== | ===See Also=== | ||
[[reviewmodel]] |
Latest revision as of 16:30, 10 June 2014
Purpose
Examines cross-validation settings for typical problems.
Synopsis
- [issues,splitinfo] = reviewcrossval(model)
Description
Given a standard PLS_Toolbox model structure, REVIEWCROSSVAL examines the numerical and build information and returns textual warnings to advise the user of possible issues.
Inputs
- model : a standard model structure (or the handle to an Analysis GUI).
Outputs
- issues : A structure array containing one or more issues identified in the model. The structure contains the following fields and may contain one or more records; or may be empty if no issues were identified.
- issue : the text describing the issue.
- color : a "color code" identifying the severity of the issue.
- issueid : a unique ID identifying the issue.
- splitinfo : String giving statistical information on the split.
If no outputs are requested, any issues are simply displayed in the Command Window.