The FreeBSD Ports Archive
FreeBSD science : libsvm4>
A library for Support Vector Machines
LIBSVM 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. The basic algorithm
is a simplification of both SMO by Platt and SVMLight by Joachims. It is also
a simplification of the modification 2 of SMO by Keerthi et al.
Our goal is to help users from other fields to easily use SVM as a tool.
LIBSVM provides a simple interface where users can easily link it with their
own programs. Main features of LIBSVM include
Different SVM formulations
Efficient multi-class classification
Cross validation for model selection
Weighted SVM for unbalanced data
Both C++ and Java sources
GUI demonstrating SVM classification and regression
http://www.csie.ntu.edu.tw/~cjlin/libsvm/
|
libsvm history
v. 1.21
date: 2007/12/12 02:04:56; author: rafan; state: Exp; lines: +2 -2
- Update to 2.85
v. 1.20
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +3 -3
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.19
date: 2007/04/02 19:08:56; author: rafan; state: Exp; lines: +5 -4
- Correctly define PORTDOCS to fix libsvm-python build
Reported by: pointyhat via kris
v. 1.18
date: 2007/04/01 12:53:01; author: rafan; state: Exp; lines: +36 -29
- Update to 2.84
- Now libsvm-python installs only python interface bits and it should be
buildable on Python 2.5
v. 1.17
date: 2006/11/18 12:52:04; author: rafan; state: Exp; lines: +7 -8
- Update to 2.83
- Use SUB_FILES
- Use ECHO_CMD where I mean echo command
v. 1.16
date: 2006/08/13 15:40:37; author: rafan; state: Exp; lines: +3 -3
- Respect DESTDIR
PR: ports/101874
Submitted by: Gea-Suan Lin
v. 1.15
date: 2006/06/27 03:58:57; author: rafan; state: Exp; lines: +1 -1
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
v. 1.14
date: 2006/04/18 13:10:35; author: novel; state: Exp; lines: +1 -2
- Update to 2.82
- USE_REINPLACE is not needed any more
PR: 95849
Submitted by: Rong-En Fan (maintainer)
v. 1.13
date: 2006/01/01 19:35:26; author: pav; state: Exp; lines: +2 -2
- Update to 2.81
PR: ports/91169
Submitted by: Rong-En Fan (maintainer)
v. 1.12
date: 2005/07/12 12:05:45; author: pav; state: Exp; lines: +4 -11
- Update to 2.8
PR: ports/83276
Submitted by: Rong-En Fan (maintainer)
v. 1.11
date: 2004/12/19 22:15:27; author: sem; state: Exp; lines: +16 -5
- add -fPIC for amd64
- fix pkg-plist, bump PORTREVISION
Poked by pointyhat via Kris.
PR: ports/75248
Submitted by: maintainer
v. 1.10
date: 2004/12/13 10:33:51; author: krion; state: Exp; lines: +4 -2
Fix pkg-plist and add python category for libsvm-python (slave port)
PR: ports/74973
Submitted by: maintainer
v. 1.9
date: 2004/12/11 04:39:52; author: sem; state: Exp; lines: +49 -10
- Update to 2.71
- Install tools
- Make python interface to a slave port
- Respect to CXX and CFLAGS in python/Makefile
- Pass a maintainership to the submitter
PR: ports/73981
Submitted by: Rong-En Fan
Approved by: former maintainer
v. 1.8
date: 2004/06/06 13:27:56; author: vs; state: Exp; lines: +3 -6
Update to 2.6
PR: ports/66635
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.7
date: 2003/11/22 10:53:12; author: krion; state: Exp; lines: +4 -4
- Update to version 2.5
PR: 59574
Submitted by: maintainer
v. 1.6
date: 2003/04/08 05:16:21; author: kevlo; state: Exp; lines: +1 -2
Update to 2.4
PR: 50700
Submitted by: MAINTAINER
v. 1.5
date: 2003/02/21 13:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.4
date: 2002/08/22 01:47:26; author: kevlo; state: Exp; lines: +1 -1
Update to version 2.36
PR: 41867
Submitted by: Chia-Hsing Yu
v. 1.3
date: 2002/06/17 18:23:19; author: ijliao; state: Exp; lines: +2 -2
upgrade to 2.35
PR: 39418
Submitted by: maintainer
v. 1.2
date: 2002/05/21 15:26:21; author: ijliao; state: Exp; lines: +28 -3
* add python interface
* change maintainer email address
PR: 37919
Submitted by: maintainer
v. 1.1
date: 2001/12/19 03:44:59; author: petef; state: Exp;
Add libsvm 2.33, a library for Support Vector Machines.
PR: 32997
Submitted by: Chia-Hsing Yu
=============================================================================
v. 1.21
date: 2007/12/12 02:04:56; author: rafan; state: Exp; lines: +2 -2
- Update to 2.85
v. 1.20
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +3 -3
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.19
date: 2007/04/02 19:08:56; author: rafan; state: Exp; lines: +5 -4
- Correctly define PORTDOCS to fix libsvm-python build
Reported by: pointyhat via kris
v. 1.18
date: 2007/04/01 12:53:01; author: rafan; state: Exp; lines: +36 -29
- Update to 2.84
- Now libsvm-python installs only python interface bits and it should be
buildable on Python 2.5
v. 1.17
date: 2006/11/18 12:52:04; author: rafan; state: Exp; lines: +7 -8
- Update to 2.83
- Use SUB_FILES
- Use ECHO_CMD where I mean echo command
v. 1.16
date: 2006/08/13 15:40:37; author: rafan; state: Exp; lines: +3 -3
- Respect DESTDIR
PR: ports/101874
Submitted by: Gea-Suan Lin
v. 1.15
date: 2006/06/27 03:58:57; author: rafan; state: Exp; lines: +1 -1
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
v. 1.14
date: 2006/04/18 13:10:35; author: novel; state: Exp; lines: +1 -2
- Update to 2.82
- USE_REINPLACE is not needed any more
PR: 95849
Submitted by: Rong-En Fan (maintainer)
v. 1.13
date: 2006/01/01 19:35:26; author: pav; state: Exp; lines: +2 -2
- Update to 2.81
PR: ports/91169
Submitted by: Rong-En Fan (maintainer)
v. 1.12
date: 2005/07/12 12:05:45; author: pav; state: Exp; lines: +4 -11
- Update to 2.8
PR: ports/83276
Submitted by: Rong-En Fan (maintainer)
v. 1.11
date: 2004/12/19 22:15:27; author: sem; state: Exp; lines: +16 -5
- add -fPIC for amd64
- fix pkg-plist, bump PORTREVISION
Poked by pointyhat via Kris.
PR: ports/75248
Submitted by: maintainer
v. 1.10
date: 2004/12/13 10:33:51; author: krion; state: Exp; lines: +4 -2
Fix pkg-plist and add python category for libsvm-python (slave port)
PR: ports/74973
Submitted by: maintainer
v. 1.9
date: 2004/12/11 04:39:52; author: sem; state: Exp; lines: +49 -10
- Update to 2.71
- Install tools
- Make python interface to a slave port
- Respect to CXX and CFLAGS in python/Makefile
- Pass a maintainership to the submitter
PR: ports/73981
Submitted by: Rong-En Fan
Approved by: former maintainer
v. 1.8
date: 2004/06/06 13:27:56; author: vs; state: Exp; lines: +3 -6
Update to 2.6
PR: ports/66635
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.7
date: 2003/11/22 10:53:12; author: krion; state: Exp; lines: +4 -4
- Update to version 2.5
PR: 59574
Submitted by: maintainer
v. 1.6
date: 2003/04/08 05:16:21; author: kevlo; state: Exp; lines: +1 -2
Update to 2.4
PR: 50700
Submitted by: MAINTAINER
v. 1.5
date: 2003/02/21 13:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.4
date: 2002/08/22 01:47:26; author: kevlo; state: Exp; lines: +1 -1
Update to version 2.36
PR: 41867
Submitted by: Chia-Hsing Yu
v. 1.3
date: 2002/06/17 18:23:19; author: ijliao; state: Exp; lines: +2 -2
upgrade to 2.35
PR: 39418
Submitted by: maintainer
v. 1.2
date: 2002/05/21 15:26:21; author: ijliao; state: Exp; lines: +28 -3
* add python interface
* change maintainer email address
PR: 37919
Submitted by: maintainer
v. 1.1
date: 2001/12/19 03:44:59; author: petef; state: Exp;
Add libsvm 2.33, a library for Support Vector Machines.
PR: 32997
Submitted by: Chia-Hsing Yu
=============================================================================
v. 1.21
date: 2007/12/12 02:04:56; author: rafan; state: Exp; lines: +2 -2
- Update to 2.85
v. 1.20
date: 2007/08/04 11:41:16; author: gabor; state: Exp; lines: +3 -3
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
v. 1.19
date: 2007/04/02 19:08:56; author: rafan; state: Exp; lines: +5 -4
- Correctly define PORTDOCS to fix libsvm-python build
Reported by: pointyhat via kris
v. 1.18
date: 2007/04/01 12:53:01; author: rafan; state: Exp; lines: +36 -29
- Update to 2.84
- Now libsvm-python installs only python interface bits and it should be
buildable on Python 2.5
v. 1.17
date: 2006/11/18 12:52:04; author: rafan; state: Exp; lines: +7 -8
- Update to 2.83
- Use SUB_FILES
- Use ECHO_CMD where I mean echo command
v. 1.16
date: 2006/08/13 15:40:37; author: rafan; state: Exp; lines: +3 -3
- Respect DESTDIR
PR: ports/101874
Submitted by: Gea-Suan Lin
v. 1.15
date: 2006/06/27 03:58:57; author: rafan; state: Exp; lines: +1 -1
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
v. 1.14
date: 2006/04/18 13:10:35; author: novel; state: Exp; lines: +1 -2
- Update to 2.82
- USE_REINPLACE is not needed any more
PR: 95849
Submitted by: Rong-En Fan (maintainer)
v. 1.13
date: 2006/01/01 19:35:26; author: pav; state: Exp; lines: +2 -2
- Update to 2.81
PR: ports/91169
Submitted by: Rong-En Fan (maintainer)
v. 1.12
date: 2005/07/12 12:05:45; author: pav; state: Exp; lines: +4 -11
- Update to 2.8
PR: ports/83276
Submitted by: Rong-En Fan (maintainer)
v. 1.11
date: 2004/12/19 22:15:27; author: sem; state: Exp; lines: +16 -5
- add -fPIC for amd64
- fix pkg-plist, bump PORTREVISION
Poked by pointyhat via Kris.
PR: ports/75248
Submitted by: maintainer
v. 1.10
date: 2004/12/13 10:33:51; author: krion; state: Exp; lines: +4 -2
Fix pkg-plist and add python category for libsvm-python (slave port)
PR: ports/74973
Submitted by: maintainer
v. 1.9
date: 2004/12/11 04:39:52; author: sem; state: Exp; lines: +49 -10
- Update to 2.71
- Install tools
- Make python interface to a slave port
- Respect to CXX and CFLAGS in python/Makefile
- Pass a maintainership to the submitter
PR: ports/73981
Submitted by: Rong-En Fan
Approved by: former maintainer
v. 1.8
date: 2004/06/06 13:27:56; author: vs; state: Exp; lines: +3 -6
Update to 2.6
PR: ports/66635
Submitted by: Roman Neuhauser
Approved by: maintainer
v. 1.7
date: 2003/11/22 10:53:12; author: krion; state: Exp; lines: +4 -4
- Update to version 2.5
PR: 59574
Submitted by: maintainer
v. 1.6
date: 2003/04/08 05:16:21; author: kevlo; state: Exp; lines: +1 -2
Update to 2.4
PR: 50700
Submitted by: MAINTAINER
v. 1.5
date: 2003/02/21 13:24:13; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.4
date: 2002/08/22 01:47:26; author: kevlo; state: Exp; lines: +1 -1
Update to version 2.36
PR: 41867
Submitted by: Chia-Hsing Yu
v. 1.3
date: 2002/06/17 18:23:19; author: ijliao; state: Exp; lines: +2 -2
upgrade to 2.35
PR: 39418
Submitted by: maintainer
v. 1.2
date: 2002/05/21 15:26:21; author: ijliao; state: Exp; lines: +28 -3
* add python interface
* change maintainer email address
PR: 37919
Submitted by: maintainer
v. 1.1
date: 2001/12/19 03:44:59; author: petef; state: Exp;
Add libsvm 2.33, a library for Support Vector Machines.
PR: 32997
Submitted by: Chia-Hsing Yu
=============================================================================
|
| |

|