libsvm-3.20-2

epel8
Ding-Yi Chen 10 years ago
parent 9587f983f2
commit c8e73cdf05

@ -8,7 +8,7 @@
Name: libsvm Name: libsvm
Version: 3.20 Version: 3.20
Release: 1%{?dist} Release: 2%{?dist}
Summary: A Library for Support Vector Machines Summary: A Library for Support Vector Machines
Group: Development/Libraries Group: Development/Libraries
@ -281,7 +281,7 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Jan 20 2015 Ding-Yi Chen <dchen@redhat.com> - 3.20-1 * Tue Jan 20 2015 Ding-Yi Chen <dchen@redhat.com> - 3.20-2
- Upstream update to 3.20 - Upstream update to 3.20
* Fri Dec 19 2014 Jerry James <loganjerry@gmail.com> - 3.18-7 * Fri Dec 19 2014 Jerry James <loganjerry@gmail.com> - 3.18-7

18
log

@ -259,3 +259,21 @@ i subroutines to get SVs
if nr_fold > # data, change nr_fold to be # data and ro leave-one-out cv if nr_fold > # data, change nr_fold to be # data and ro leave-one-out cv
matlab interface: matlab interface:
handle the problem where output variables are not specified handle the problem where output variables are not specified
3.18: 2014/04/01
svm.cpp and svm-scale.c:
check return values of fscanf
matlab interface:
Makefile no longer handles octave because make.m should be used
3.19: 2014/10/27
svm.cpp:
use size_t rather than long int in some places for 64-bit windows support
matlab interface:
use size_t and mwIndex to avoid type conversions
python interface:
use __all__
3.20: 2014/11/15
matlab interface:
fix a bug in libsvmwrite.c introduced in 3.19 (cannot run on windows)

@ -1,2 +1,3 @@
b1543809993e2653dd2787f62c3c390a guide.pdf
5f088e5f89da1c65b642300c9c5ea772 libsvm-3.20.tar.gz 5f088e5f89da1c65b642300c9c5ea772 libsvm-3.20.tar.gz
b1543809993e2653dd2787f62c3c390a guide.pdf
9444b10a60253fcc1b4feec621eb883d log

Loading…
Cancel
Save