source: general/genlib/liblinear.xml@ 956d023

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 956d023 was 4464d405, checked in by DJ Lucas <dj@…>, 7 years ago

Add Node.js-7.9.0 and c-ares-1.12.0 (iin preparation for Chromium, EmojiOne, and iBus).

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18629 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 KB
Line 
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<!--
8 <!ENTITY liblinear-download-http "http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/liblinear-&liblinear-version;.tar.gz">
9 HTTP request sent, awaiting response... 403 Forbidden
10 2016-02-04 09:39:51 ERROR 403: Forbidden. -->
11 <!ENTITY liblinear-download-http "https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz">
12 <!ENTITY liblinear-download-ftp " ">
13 <!ENTITY liblinear-md5sum "9aa46bea862a82d7bdb86017e94feffc">
14 <!ENTITY liblinear-size "496 KB">
15 <!ENTITY liblinear-buildsize "1.4 MB">
16 <!ENTITY liblinear-time "less than 0.1 SBU">
17]>
18
19<sect1 id="liblinear" xreflabel="liblinear-&liblinear-version;">
20 <?dbhtml filename="liblinear.html"?>
21
22 <sect1info>
23 <othername>$LastChangedBy$</othername>
24 <date>$Date$</date>
25 </sect1info>
26
27 <title>liblinear-&liblinear-version;</title>
28
29 <indexterm zone="liblinear">
30 <primary sortas="a-liblinear">liblinear</primary>
31 </indexterm>
32
33 <sect2 role="package">
34 <title>Introduction to liblinear</title>
35
36 <para>
37 This package provides a library for learning linear classifiers for large
38 scale applications. It supports Support Vector Machines (SVM) with L2 and
39 L1 loss, logistic regression, multi class classification and also Linear
40 Programming Machines (L1-regularized SVMs). Its computational complexity
41 scales linearly with the number of training examples making it one of the
42 fastest SVM solvers around.
43 </para>
44
45 &lfs80_checked;
46
47 <note>
48 <para>
49 After updating this package from
50 <application>liblinear-1.96</application> or earlier, you need to
51 reinstall <xref linkend="nmap"/>, in order to link to the new library.
52 </para>
53 </note>
54
55 <bridgehead renderas="sect3">Package Information</bridgehead>
56 <itemizedlist spacing="compact">
57 <listitem>
58 <para>
59 Download (HTTP): <ulink url="&liblinear-download-http;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download (FTP): <ulink url="&liblinear-download-ftp;"/>
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download MD5 sum: &liblinear-md5sum;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Download size: &liblinear-size;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated disk space required: &liblinear-buildsize;
80 </para>
81 </listitem>
82 <listitem>
83 <para>
84 Estimated build time: &liblinear-time;
85 </para>
86 </listitem>
87 </itemizedlist>
88
89 <note>
90 <para>
91 The <application>liblinear</application> source tarball shown above
92 downloads with the correct name, liblinear-&liblinear-version;.tar.gz,
93 if using a browser such as Firefox. If you prefer to use a command line
94 program such as wget, you normally would obtain
95 v&liblinear-version;.tar.gz. To obtain this package with the proper
96 filename, run:
97 </para>
98
99<screen><userinput>wget -c https://github.com/cjlin1/liblinear/archive/v&liblinear-version;.tar.gz \
100 -O liblinear-&liblinear-version;.tar.gz</userinput></screen>
101
102 </note>
103
104 <para condition="html" role="usernotes">
105 User Notes: <ulink url="&blfs-wiki;/liblinear"/>
106 </para>
107
108 </sect2>
109
110 <sect2 role="installation">
111 <title>Installation of liblinear</title>
112
113 <para>
114 Install <application>liblinear</application> by running the following commands:
115 </para>
116
117<screen><userinput>make lib</userinput></screen>
118
119 <para>This package does not come with a test suite.</para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>install -vm644 linear.h /usr/include &amp;&amp;
126install -vm755 liblinear.so.3 /usr/lib &amp;&amp;
127ln -sfv liblinear.so.3 /usr/lib/liblinear.so</userinput></screen>
128 </sect2>
129
130 <sect2 role="content">
131 <title>Contents</title>
132
133 <segmentedlist>
134 <segtitle>Installed Programs</segtitle>
135 <segtitle>Installed Library</segtitle>
136 <segtitle>Installed Directories</segtitle>
137
138 <seglistitem>
139 <seg>
140 None
141 </seg>
142 <seg>
143 liblinear.so
144 </seg>
145 <seg>
146 None
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="liblinear-lib">
157 <term><filename class="libraryfile">liblinear.so</filename></term>
158 <listitem>
159 <para>
160 is a large linear classification library.
161 </para>
162 <indexterm zone="liblinear liblinear-lib">
163 <primary sortas="c-liblinear">liblinear.so</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 </variablelist>
169
170 </sect2>
171
172</sect1>
Note: See TracBrowser for help on using the repository browser.