I am using SVM in matlab, and this error appears
"Error using svmclassify (line 149)
Some observations in TEST could not be classified. This is probably caused by NaN values in the data. Logical response can't contain missing values. You can convert the logical response into NOMINAL or double."
can anyone help me to solve this problem?