2011/11/27 al so <[email protected]>: > Is there a Java sample code which performs grid search and cross-validation > to find optimum C and Gamma for RBF/C-SVC? > > Also, any pointers to better java based svm libraries (besides > libsvm/jlibsvm)?
As this is a python project you are likely to get better answers on by asking this question on language agnostic community like http://metaoptimize.com/qa or http://stackoverflow.com . If I were you I would have a look at Weka http://www.cs.waikato.ac.nz/ml/weka/ which is probably the java library with the largest set of utility functions. You can also have a look at Apache Mahout http://mahout.apache.org : it as a better (more permissive) license (ASL vs GPL) but is newer hence the coverage is probably much lower. There is also a port of liblinear in java: http://www.bwaldvogel.de/liblinear-java/ (but the SGD-on-steroids classifiers of mahout are probably even more scalable). -- Olivier http://twitter.com/ogrisel - http://github.com/ogrisel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
