I am using libsvm in java and am experiencing similar issues as described here for python.
I am getting a lot of console output during training and prediction and would like to disable it. Sadly, due to a "Service Temporary Unavaiable" I can't access the website, where it might be described (here). I couldn't find a java related way to disable this warnings (If I did oversee something I apologize)
The Output always looks quite similar to this:
optimization finished, #iter = 10000000 nu = 0.013178458659415372 obj = -11.005078334927212, rho = -2.1799731001804696 nSV = 20, nBSV = 5 Total nSV = 20
Do you know how I can disable this kind of output in java?
Thanks a lot for your help.