Changeset 829 for trunk/test
- Timestamp:
- Mar 24, 2007, 3:30:28 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/pca_test.cc
r680 r829 38 38 for( size_t j = 0; j < 4; ++j ) 39 39 A(i,j)= sin( static_cast<double>(i+j+2+(i+1)*(j+1)) ); 40 40 A.transpose(); 41 41 utility::PCA pca(A); 42 42 43 // Print only matrix that is row-centered as PCA ( process() )44 // will do that before calculation45 pca.process_transposed_problem();46 43 return 0; 47 44 }
Note: See TracChangeset
for help on using the changeset viewer.