Choosencomp: Difference between revisions
Jump to navigation
Jump to search
imported>Jeremy (Importing text file) |
imported>Jeremy (Importing text file) |
||
Line 1: | Line 1: | ||
===Purpose=== | ===Purpose=== | ||
GUI to select number of components from a PCA sum-of-squares captured table. | GUI to select number of components from a PCA sum-of-squares captured table. | ||
===Synopsis=== | ===Synopsis=== | ||
:ncomp = choosencomp(model) | :ncomp = choosencomp(model) | ||
===Description=== | ===Description=== | ||
The input model can be a standard PCA model structure or just a sum-of-squares (SSQ) captured table from a PCA model. CHOOSENCOMP creates a GUI that displays the SSQ table and allows the user to select the number of principal components (ncomp) from the list. | The input model can be a standard PCA model structure or just a sum-of-squares (SSQ) captured table from a PCA model. CHOOSENCOMP creates a GUI that displays the SSQ table and allows the user to select the number of principal components (ncomp) from the list. | ||
The returned value, ncomp, is the number of selected components or an empty value [] if the user selected '''Cancel''' in the GUI. | The returned value, ncomp, is the number of selected components or an empty value [] if the user selected '''Cancel''' in the GUI. | ||
===See Also=== | ===See Also=== | ||
[[analysis]], [[pca]], [[pcaengine]], [[simca]] | [[analysis]], [[pca]], [[pcaengine]], [[simca]] |
Revision as of 15:24, 3 September 2008
Purpose
GUI to select number of components from a PCA sum-of-squares captured table.
Synopsis
- ncomp = choosencomp(model)
Description
The input model can be a standard PCA model structure or just a sum-of-squares (SSQ) captured table from a PCA model. CHOOSENCOMP creates a GUI that displays the SSQ table and allows the user to select the number of principal components (ncomp) from the list.
The returned value, ncomp, is the number of selected components or an empty value [] if the user selected Cancel in the GUI.