source: proiecte/PPPP/ica/Arch12_tmp.m @ 138

Last change on this file since 138 was 138, checked in by (none), 14 years ago

PPPP - ica

File size: 285 bytes
Line 
1function [Ftest] = arch_test (Ctest)
2
3Dtest = zeroMn(Ctest')'; % For proper testing, subtract the mean of the
4                         % training images not the test images:
5                         % Dtest = Ctest-ones(500,1)*mean(C);
6Rtest = Dtest*V;
7%Ftest = Rtest(:,1:200) * inv(w*wz);
8Ftest = Rtest(:,1:3) * inv(w*wz);
9
Note: See TracBrowser for help on using the repository browser.