Hi,
I used SVM for fault detection two times; At first, I didn’t use PCA, but for the second time I used PCA for dimensionality reduction.
Unfortunately, I didn’t get good results for TP and TN. I don’t have any errors in MATLAB. I tuned C and rbf_sigma with trial and error, for SVM C=10, rbf_sigma=4 and for PCA+SVM C=20 ,rbf_sigma=0.21.
Is it possible to improve SVM evaluation? Or
Have I done something wrong in MATLAB?
Thanks for your consideration