liblinear-247

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.

[注記]

注記

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.

パッケージ情報

liblinear のインストール

以下のコマンドを実行して 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

パッケージ構成

インストールプログラム: なし
インストールライブラリ: liblinear.so
インストールディレクトリ: なし

概略説明

liblinear.so

is a large linear classification library.