< Home - < Back

liblinear


Information about the package, liblinear, which is shipped with common Linux distributions. The liblinear package is designed for, Library for Large Linear Classification.


Package Name:

liblinear

Summary:

Library for Large Linear Classification

Description:

liblinear is an open source library for large-scale linear classification. It supports logistic regression and linear support vector machines. It provides easy-to-use command-line tools and library calls for users and developers. Comprehensive documents are available for both beginners and advanced users. Experiments demonstrate that liblinear is very efficient on large sparse data sets. liblinear is the winner of ICML 2008 large-scale learning challenge (linear SVM track). It is also used for winning KDD Cup 2010.

Architecture:

x86_64

Version:

1.94

Release:

1.el6

Size:

29 k

Repository:

epel

From Repository:

Licence:

BSD



Handy Yum Commands for liblinear


Control the liblinear package with the following handy commands outlined below.


Command

Description of Command

yum install liblinear

This command will install liblinear on the server.

yum remove liblinear

This command will un-install liblinear on the server. When you run this command, you will be asked if you are sure that you want to remove liblinear, so you have to manually confirm that you want to do this.

yum -y remove liblinear

This command will un-install liblinear on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove liblinear when using the -y flag.

yum update liblinear

This command will update liblinear to the latest version. When you run this command, you will be asked if you are sure that you want to remove liblinear, so you have to manually confirm that you want to do this.

yum -y update liblinear

This command will update liblinear to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove liblinear when using the -y flag.

yum info liblinear

This command will show you core information about the liblinear package.

yum deplist liblinear

This command will show you the dependencies for liblinear. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update liblinear

This command will check if there is an update waiting on liblinear. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.