====== LibSVM ====== LibSVM - A Library for Support Vector Machines. ===== Information ===== * Latest Version: 3.20 * Added: June, 2014 * Updated: July, 2015 * Link: http://ntucsu.csie.ntu.edu.tw/~cjlin/libsvm/ ===== Usage ===== See versions of libsvm which are available: $ module avail libsvm ===== Installation ====== Notes from the sysadmin during installation: wget https://github.com/cjlin1/libsvm/archive/v320.tar.gz tar -xvf v320.tar.gz cd libsvm-320 scl enable devtoolset-2 bash export CC=clang; make sudo mkdir /export/apps/libsvm/3.20/ sudo cp -r . /export/apps/libsvm/3.20/