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.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
After updating this package from liblinear-1.96 or earlier, you need to reinstall Nmap-7.94, in order to link to the new library.
ダウンロード (HTTP): https://github.com/cjlin1/liblinear/archive/v247/liblinear-247.tar.gz
ダウンロード MD5 sum: 0c81dd2b2cabc4fba85f61b9dc51c4a3
ダウンロードサイズ: 560 KB
必要ディスク容量: 1.6 MB
概算ビルド時間: 0.1 SBU 以下
以下のコマンドを実行して liblinear をインストールします。
make lib
このパッケージにテストスイートはありません。
root
ユーザーになって以下を実行します。
install -vm644 linear.h /usr/include && install -vm755 liblinear.so.5 /usr/lib && ln -sfv liblinear.so.5 /usr/lib/liblinear.so