1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 |
|
---|
7 | <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
|
---|
8 | <!ENTITY liblinear-download-ftp " ">
|
---|
9 | <!ENTITY liblinear-md5sum "e689ab6a01644a3aa615d2613c55c539">
|
---|
10 | <!ENTITY liblinear-size "356 KB">
|
---|
11 | <!ENTITY liblinear-buildsize "1.2 MB">
|
---|
12 | <!ENTITY liblinear-time "less than 0.1 SBU">
|
---|
13 | ]>
|
---|
14 |
|
---|
15 | <sect1 id="liblinear" xreflabel="liblinear-&liblinear-version;">
|
---|
16 | <?dbhtml filename="liblinear.html"?>
|
---|
17 |
|
---|
18 | <sect1info>
|
---|
19 | <othername>$LastChangedBy$</othername>
|
---|
20 | <date>$Date$</date>
|
---|
21 | </sect1info>
|
---|
22 |
|
---|
23 | <title>liblinear-&liblinear-version;</title>
|
---|
24 |
|
---|
25 | <indexterm zone="liblinear">
|
---|
26 | <primary sortas="a-liblinear">liblinear</primary>
|
---|
27 | </indexterm>
|
---|
28 |
|
---|
29 | <sect2 role="package">
|
---|
30 | <title>Introduction to liblinear</title>
|
---|
31 |
|
---|
32 | <para>
|
---|
33 | This package provides a library for learning linear classifiers for large
|
---|
34 | scale applications. It supports Support Vector Machines (SVM) with L2 and
|
---|
35 | L1 loss, logistic regression, multi class classification and also Linear
|
---|
36 | Programming Machines (L1-regularized SVMs). Its computational complexity
|
---|
37 | scales linearly with the number of training examples making it one of the
|
---|
38 | fastest SVM solvers around.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | &lfs77_checked;
|
---|
42 |
|
---|
43 | <note>
|
---|
44 | <para>
|
---|
45 | After updating this package from
|
---|
46 | <application>liblinear-1.94</application> or earlier, you need to
|
---|
47 | reinstall <xref linkend="nmap"/>, in order to link to the new library.
|
---|
48 | </para>
|
---|
49 | </note>
|
---|
50 |
|
---|
51 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
52 | <itemizedlist spacing="compact">
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download (HTTP): <ulink url="&liblinear-download-http;"/>
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download (FTP): <ulink url="&liblinear-download-ftp;"/>
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Download MD5 sum: &liblinear-md5sum;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Download size: &liblinear-size;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | <listitem>
|
---|
74 | <para>
|
---|
75 | Estimated disk space required: &liblinear-buildsize;
|
---|
76 | </para>
|
---|
77 | </listitem>
|
---|
78 | <listitem>
|
---|
79 | <para>
|
---|
80 | Estimated build time: &liblinear-time;
|
---|
81 | </para>
|
---|
82 | </listitem>
|
---|
83 | </itemizedlist>
|
---|
84 |
|
---|
85 | <para condition="html" role="usernotes">
|
---|
86 | User Notes: <ulink url="&blfs-wiki;/liblinear"/>
|
---|
87 | </para>
|
---|
88 |
|
---|
89 | </sect2>
|
---|
90 |
|
---|
91 | <sect2 role="installation">
|
---|
92 | <title>Installation of liblinear</title>
|
---|
93 |
|
---|
94 | <para>
|
---|
95 | Install <application>liblinear</application> by running the following commands:
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <screen><userinput>make lib</userinput></screen>
|
---|
99 |
|
---|
100 | <para>This package does not come with a test suite.</para>
|
---|
101 |
|
---|
102 | <para>
|
---|
103 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
104 | </para>
|
---|
105 |
|
---|
106 | <screen role="root"><userinput>install -vm644 linear.h /usr/include &&
|
---|
107 | install -vm755 liblinear.so.2 /usr/lib &&
|
---|
108 | ln -sfv liblinear.so.2 /usr/lib/liblinear.so</userinput></screen>
|
---|
109 | </sect2>
|
---|
110 |
|
---|
111 | <sect2 role="content">
|
---|
112 | <title>Contents</title>
|
---|
113 |
|
---|
114 | <segmentedlist>
|
---|
115 | <segtitle>Installed Programs</segtitle>
|
---|
116 | <segtitle>Installed Library</segtitle>
|
---|
117 | <segtitle>Installed Directories</segtitle>
|
---|
118 |
|
---|
119 | <seglistitem>
|
---|
120 | <seg>
|
---|
121 | None
|
---|
122 | </seg>
|
---|
123 | <seg>
|
---|
124 | liblinear.so
|
---|
125 | </seg>
|
---|
126 | <seg>
|
---|
127 | None
|
---|
128 | </seg>
|
---|
129 | </seglistitem>
|
---|
130 | </segmentedlist>
|
---|
131 |
|
---|
132 | <variablelist>
|
---|
133 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
134 | <?dbfo list-presentation="list"?>
|
---|
135 | <?dbhtml list-presentation="table"?>
|
---|
136 |
|
---|
137 | <varlistentry id="liblinear-lib">
|
---|
138 | <term><filename class="libraryfile">liblinear.so</filename></term>
|
---|
139 | <listitem>
|
---|
140 | <para>
|
---|
141 | is a large linear classification library.
|
---|
142 | </para>
|
---|
143 | <indexterm zone="liblinear liblinear-lib">
|
---|
144 | <primary sortas="c-liblinear">liblinear.so</primary>
|
---|
145 | </indexterm>
|
---|
146 | </listitem>
|
---|
147 | </varlistentry>
|
---|
148 |
|
---|
149 | </variablelist>
|
---|
150 |
|
---|
151 | </sect2>
|
---|
152 |
|
---|
153 | </sect1>
|
---|