First time here? Check out the FAQ!
answered 2013-12-17 13:26:17 -0600
@shinge: in your svmPredict() , you are using svm.predict(centroids, true); but you have not created centroids anywhere in the code. Can you please tell me, how to have that centroids ?