Ignore:
Timestamp:
Sep 19, 2010, 3:18:22 AM (13 years ago)
Author:
Peter
Message:

docs typo: PCA only supports rows>=columns not the other way around. refs #216

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.6-stable/yat/utility/PCA.h

    r2119 r2322  
    4343     this space, all Nx1 vectors will have dimension Mx1. Hence
    4444     the projection will have dimension MxM where each column is
    45      a point in the new space. Also, it assumes that M>N. The opposite
    46      problem is added in the functions: process_transposed_problem and
    47      projection_transposed()...
     45     a point in the new space.
     46
     47     \note Currently number of rows, N, must be larger (or equal) than
     48     number of columns, M.
    4849  */
    4950  class PCA
     
    105106       3: Calculate eigenvalues according to \n
    106107          \f$ \lambda_{ii} = s_{ii}/N_{rows} \f$ \n
    107        4: Sort eigenvectors (from matrix V) according to descending eigenvalues\n
    108108    */
    109109    void process(void);
Note: See TracChangeset for help on using the changeset viewer.