High
i use pca as following but i cant see any changes in accuracy of my classifiers why?
a : labeld dataset
b: unlabeld dataset
[tr,test]=gendat(a,.5);
w1=pca([],.9);
w2=bpxnc([],5);
w3=a*(w1*w2); trained map
bb=b*w3*classc;
lab1=bb*labeld ;
if i want use w2=emclust(?,nmc,5)
how can i write?
thankyou
