Changes to Libsvm This is here mainly as checklist for incorporation of new versions of libsvm. * Add copyright to files svm.cpp and svm.h * Add random_seed support and call to srand in fit function * Improved random number generator (fix on windows, enhancement on other platforms). See * invoke scipy blas api for svm kernel function to improve performance with speedup rate of 1.5X to 2X for dense data only. See * Expose the number of iterations run in optimization. See The changes made with respect to upstream are detailed in the heading of svm.cpp