07 July 2018 2 5K Report

I have a two dimensional feature vector, e.g., X(i,j). It contains the feature values for objects of two groups. For example, Each X(i,j) is a computed value for an object of category of P or Q. Let, if X(i,j) is computed for an object of category of P, the group value G(i) is then set to 0, i.e., G(i)=0. Else it is set to 1, i.e., G(i)=1. Thus, I have X(i,j) and G(i). Now, I want to train half of the sample data and to test the rest. The object is to find the value of how much P is predicted as Q and vise-versa. I wish to apply svmtran and svmclassify methods. I applied that methods, but, probably I am doing some mistake; therefore, it is not giving expected values. I will be grateful to you if any of you, please, explain the process of applying it with proper programming code. I need the matlab code for that task. Thanks in advance.

More Ah M Kamal's questions See All
Similar questions and discussions