Path to this page:
./
math/libsvm,
Library for Support Vector Machines
Branch: CURRENT,
Version: 3.24nb3,
Package name: libsvm-3.24nb3,
Maintainer: pkgsrc-usersLIBSVM is an integrated software for support vector classification, (C-SVC, nu-
SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class
SVM). It supports multi-class classification.
Required to run:[
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 855.899 KB
Version history: (Expand)
- (2023-08-14) Updated to version: libsvm-3.24nb3
- (2022-06-30) Updated to version: libsvm-3.24nb2
- (2020-12-05) Updated to version: libsvm-3.24nb1
- (2020-03-24) Updated to version: libsvm-3.24
- (2019-04-25) Updated to version: libsvm-3.20nb1
- (2015-04-11) Updated to version: libsvm-3.20
CVS history: (Expand)
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2021-10-26 12:56:13 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:28:36 by Nia Alarie | Files touched by this commit (458) |
Log message:
math: Remove SHA1 hashes for distfiles
|
2020-12-04 21:45:51 by Nia Alarie | Files touched by this commit (456) |
Log message:
Revbump packages with a runtime Python dep but no version prefix.
For the Python 3.8 default switch.
|
2020-03-24 18:21:43 by Nia Alarie | Files touched by this commit (2) |
Log message:
libsvm: Update to 3.24
3.24: 2019/9/11
fix compiling issues in matlab/Makefile: use mex only rather than build \
some .o files separately
python interface:
use array for reading data in python/commonutil.py to lower the \
memory usage
fix a bug in python/commonutil.py for reading pre-computed kernel
minor improvements and bug fixes
3.23: 2018/7/15
add more digits of predicted file, model file, scaled data and data from \
matlab libsvmwrite: to %.17g
revise svm-scale.c so features in test data that do not appear in training \
data are scaled to zero.
remove unnecessary tab or space in all files
python interface:
add Scipy support
add scaling (csr_find_scale_param and csr_scale functions)
put some utility functions identical in LIBLINEAR to commonutil.py.
functions for scaling are put in commonutil.py.
sort column indices of csr matrix before training as feature indices must \
be ascending
convert Qt version of svm-toy from Qt4 to Qt5
remove gtk svm-toy because we stop maintaining this tool
minor improvement of descriptions in README
3.22: 2016/12/22
probability output:
if 2 classes, directly output the predited probabilities
rather than run the iterative algorithms for multi-class situations
3.21: 2015/12/14
pre-built windows exe files changed from 32 to 64 bit
matlab interface:
now use #include "../svm.h"
fix some minor issues in make.m of matlab interface
|
2019-11-02 17:16:23 by Roland Illig | Files touched by this commit (47) |
Log message:
math: align variable assignments
pkglint -Wall -F --only aligned -r
Manual correction in R/Makefile.extension for the MASTER_SITES
continuation line.
|
2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620) |
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
|