Home > lyngby > lyngby_sopressvd.m

lyngby_sopressvd

PURPOSE ^

lyngby_sopressvd - SOP with SVD on the residual

SYNOPSIS ^

function [U, S, V] = lyngby_sopressvd(X, R, arg1, arg2, arg3, arg4,arg5, arg6, arg7, arg8, arg9, arg10, arg11, arg12, arg13, arg14,arg15, arg16)

DESCRIPTION ^

 lyngby_sopressvd     - SOP with SVD on the residual

        function [U,S,V] = lyngby_sopresvd(X, R,
            'PropertyName', 'PropertyValue')

       Input:  X   The datamatrix
               R   The run structure
               PropertyName:
                  'Paradigm'         The paradigm 
                  'CanComponents'    { 5 } Number of canonical values
                                     maintained
                  'PrincComponents'  { (all) } Number of principal
                                     components maintained 

       Output: U   Canonical/Eigen sequences
               S   Canonical/Eigen values
               V   Canonical/Eigen images

       Perform Strother Orthonormalized Partial Least Square (SOP) on
       the data matrix X by using the run structure (group structure)
       R. The analysis will only the return number of components
       specified by 'CanComponents'.
       The subspace spanned by the result of this analysis is then
       returned as the first part of the result [U,S,V]. 
       The second part of the result is found by an SVD of the
       residual of the data matrix, ie, an SVD of the space
       orthogonal to SOP space. 

       See also: lyngby_sop_main, lyngby_opls, lyngby_cva, lyngby_svd

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 29-Jul-2009 15:57:21 by m2html © 2003