Tools Cross-Validation: Difference between revisions
imported>Jeremy No edit summary |
imported>Jeremy No edit summary |
||
Line 8: | Line 8: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 17: | Line 17: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 28: | Line 28: | ||
{| | {| | ||
|- | |- valign="top" | ||
|1. | |1. | ||
Line 38: | Line 38: | ||
{| style="margin-left:18pt" | {| style="margin-left:18pt" | ||
|- | |- valign="top" | ||
| | | | ||
Line 47: | Line 47: | ||
{| style="margin-left:18pt" | {| style="margin-left:18pt" | ||
|- | |- valign="top" | ||
| | | | ||
Line 63: | Line 63: | ||
{| style="margin-left:18pt" | {| style="margin-left:18pt" | ||
|- | |- valign="top" | ||
| | | | ||
Line 72: | Line 72: | ||
{| | {| | ||
|- | |- valign="top" | ||
|2. | |2. | ||
Line 87: | Line 87: | ||
{| | {| | ||
|- | |- valign="top" | ||
|3. | |3. | ||
Line 99: | Line 99: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 108: | Line 108: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 117: | Line 117: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 197: | Line 197: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 206: | Line 206: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 215: | Line 215: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 235: | Line 235: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 244: | Line 244: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 256: | Line 256: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 265: | Line 265: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 277: | Line 277: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 286: | Line 286: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 295: | Line 295: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 307: | Line 307: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 316: | Line 316: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 325: | Line 325: | ||
{| | {| | ||
|- | |- valign="top" | ||
| | | | ||
Line 378: | Line 378: | ||
{| | {| | ||
|- | |- valign="top" | ||
|4. | |4. | ||
Line 388: | Line 388: | ||
{| style="margin-left:18pt" | {| style="margin-left:18pt" | ||
|- | |- valign="top" | ||
| | | | ||
Line 397: | Line 397: | ||
{| style="margin-left:18pt" | {| style="margin-left:18pt" | ||
|- | |- valign="top" | ||
| | | |
Revision as of 12:09, 29 July 2010
Table of Contents | Previous | Next
Cross-Validation Tool
You use the Cross-Validation tool to:
|
|
For a given set of data, cross-validation involves a series of steps called subvalidation steps in which you remove a subset of objects from a set of data (the test set), build of a model using the remaining objects in the set of data (the model building set), and then apply the resulting model to the removed objects. You note how the errors accumulate as you leave out samples to determine the number of principal components/latent variables/factors to retain in the model. Cross-validation typically involves more than one subvalidation step, each of which in turn involves the selection of different subsets of samples for model building and model testing. In Solo, five different cross-validation methods are available, and these methods vary with respect to how the different sample subsets are selected for these subvalidation steps.
1. | To open the Cross-Validation tool, do one of the following: |
|
|
Note: You must load data into the Analysis window before the Cross-Validation icon is available.
- Cross-validation icon in the Analysis window
|
2. | In the Cross-Validation dialog box, select the method of cross-validation that you want to use. |
- Cross-Validation dialog box
3. | Use the slider bars to change the default values for the available parameters. |
Note: Not all parameters are relevant for all cross-validation methods. The initial values that are specified for the available parameters are default values that are based on the dimensionality of the data. You can click Reset at any time to reset the parameters to their default settings. For the following descriptions:
|
|
|
- Cross-validation methods compared
' |
Leave One Out |
Venetian Blinds |
Contiguous Block |
Random Subsets |
Custom |
||||||||||
Cross-validation method |
|||||||||||||||
Description |
The default value. All samples in the set of data are used to build the model. |
Each test set is determined by selecting every sth object in the set of data, starting at objects numbered 1 through s. |
An alternative to Venetian Blinds. Each test set is determined by selecting contiguous blocks of n/s objects in the set of data, starting at object number 1. |
"s" different test sets are determined through random selection of n/s objects in the set of data, such that no single object is in more than one test set. This procedure is repeated "r" times, where "r" is the number of iterations. |
You manually define each of the test sets. You can assign specific objects in your set of data in one of three ways:
|
||||||||||
Available Parameters |
Maximum Number of LVs |
|
|
|
|
||||||||||
# of Subvalidation Steps |
n |
s |
s |
(s*r) |
s |
||||||||||
# of Test Samples per Subvalidation |
1 |
n/s |
n/s |
n/s |
Varies. User-defined. |
4. | Do one of the following: |
|
|