Bug 32997 - new ports for libsvm
Summary: new ports for libsvm
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-12-19 02:30 UTC by Chia-Hsing Yu
Modified: 2001-12-19 03:45 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chia-Hsing Yu 2001-12-19 02:30:00 UTC
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/

Author: Chih-Chung Chang and Chih-Jen Lin <cjlin@csie.ntu.edu.tw>

Fix: 

please fetch http://www.oio.cx/~davidyu/libsvm.tgz
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2001-12-19 03:45:26 UTC
State Changed
From-To: open->closed

New port added, thanks!