This package browser is in early development. Mind the rough edges.

libsvm 3.23

Library for Support Vector Machines

LIBSVM is a machine learning library for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification.

Installation

Install libsvm 3.23 as follows:

guix install libsvm@3.23

Or install the latest version:

guix install libsvm

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.