Hello all,
I just want to ask a question as I am new to matlab
when I finished training the network, I want to measure network accuracy by comparing the target class and testing result how can i do it?
My dataset.xlsx is attached for understanding more and my SvmTrain code is:
svmstruct=svmtrain (Attributes,Classes, 'boxconstraint',C, 'kernel_function','rbf', 'rbf_sigma',0.5);
Thanks