libsvm - A Library for Support Vector Machines
Website: | http://www.csie.ntu.edu.tw/~cjlin/libsvm/ |
---|---|
License: | BSD |
Vendor: | Fedora Project |
- Description:
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.
Packages
libsvm-2.89-1.fc11.ppc64 [290 KiB] |
Changelog
by Ding-Yi Chen (2009-04-03):
- Upstream Update to 2.89: + reduce input/loading time of svm-train/svm-predict by half + pointer function so users can specify their own outputs + remove info_flush() + a extern variable libsvm_version + svm-train -q option (disable outputs) + svm-scale: warning if more nonzero produced + easy.py: popel.communiate() to avoid some deadlock (if lots of outputs when #classes is large) |