I need to classify image to a certain category. I did extract features using SURF then clustered using k-means in Matlab then transfer the data in csv files for classification in Weka. I managed to get 97% for the train data when classified using SMO and LIBSVM. However, when I test to my unlabelled data, Weka give an error of un-compatible data. I need to test for new images without labeling them. Can you guide me on this issues? Thanks in advanced.