I am using LibSVM library (in Java) to to do some classification on several data sets using SVM classifier. I have been experiencing very slow execution on these datasets (colon-cancer, Gisette, and Leukemia). So, can anybody share with me any information on how to speedup this process?
BTW: I have normalized my data and made it between 0 and 1 and the data sets have two classes only, but didn't get any difference and the program was executing for several days and didn't finish.