davidsoergel / jlibsvm

Efficient training of Support Vector Machines in Java
Other
117 stars 62 forks source link

training error: Solver reached maximum iterations, aborting #7

Open davidsoergel opened 10 years ago

davidsoergel commented 10 years ago

Using the legacyexec svm_train command with the next command :

... edu.berkeley.compbio.jlibsvm.legacyexec.svm_train -c 100000 -w0 0.427 -w1 0.012 

and a set of scores (see attached file labels.txt) I have obtained the next log error line as an outcome:

2010-12-10 11:27:21,771 [main] ERROR edu.berkeley.compbio.jlibsvm.Solver - Solver reached maximum iterations, aborting

The equivalent call to the LIBSVM's train command does not give me any error. LIBSVM version I am using is 2.91