%general-entities; ]> $LastChangedBy$ $Date$ liblinear-&liblinear-version; liblinear Introduction to liblinear This package provides a library for learning linear classifiers for large scale applications. It supports Support Vector Machines (SVM) with L2 and L1 loss, logistic regression, multi class classification and also Linear Programming Machines (L1-regularized SVMs). Its computational complexity scales linearly with the number of training examples making it one of the fastest SVM solvers around. &lfs79_checked;&gcc6_checked; After updating this package from liblinear-1.96 or earlier, you need to reinstall , in order to link to the new library. Package Information Download (HTTP): Download (FTP): Download MD5 sum: &liblinear-md5sum; Download size: &liblinear-size; Estimated disk space required: &liblinear-buildsize; Estimated build time: &liblinear-time; The liblinear source tarball shown above downloads with the correct name, liblinear-&liblinear-version;.tar.gz, if using a browser such as Firefox. If you prefer to use a command line program such as wget, you normally would obtain v&liblinear-version;.tar.gz. To obtain this package with the proper filename, run: wget -c https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz \ -O liblinear-&liblinear-version;.tar.gz. User Notes: Installation of liblinear Install liblinear by running the following commands: make lib This package does not come with a test suite. Now, as the root user: install -vm644 linear.h /usr/include && install -vm755 liblinear.so.3 /usr/lib && ln -sfv liblinear.so.3 /usr/lib/liblinear.so Contents Installed Programs Installed Library Installed Directories None liblinear.so None Short Descriptions liblinear.so is a large linear classification library. liblinear.so