libsvm-2.91

所属分类:Windows编程
开发工具:Visual C++
文件大小:557KB
下载次数:40
上传日期:2010-04-07 20:44:54
上 传 者Trafalgar
说明:  LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包。本数据包是该软件包的最新版本,发布与10年4月。
(LIBSVM Taiwan University, Lin Zhiren (Lin Chih-Jen) and associate development and design of a simple, easy to use and fast and efficient SVM pattern recognition and the return package. This data package is the latest version of the package, release and 10 years in April.)

文件列表:
libsvm-2.91 (0, 2010-04-01)
libsvm-2.91\python_old (0, 2010-04-01)
libsvm-2.91\python_old\svmc.i (2913, 2010-01-26)
libsvm-2.91\python_old\svmc_wrap.c (179998, 2010-01-26)
libsvm-2.91\python_old\setup.py (607, 2010-01-27)
libsvm-2.91\python_old\test_cross_validation.py (630, 2003-07-12)
libsvm-2.91\python_old\cross_validation.py (1140, 2004-03-24)
libsvm-2.91\python_old\svm_test.py (2110, 2006-07-28)
libsvm-2.91\python_old\svm.py (8155, 2010-01-15)
libsvm-2.91\python_old\Makefile (587, 2009-09-16)
libsvm-2.91\java (0, 2010-04-01)
libsvm-2.91\java\libsvm (0, 2010-04-01)
libsvm-2.91\java\libsvm\svm.java (61918, 2010-04-01)
libsvm-2.91\java\libsvm\svm_print_interface.java (87, 2009-02-18)
libsvm-2.91\java\libsvm\svm.m4 (61285, 2010-03-18)
libsvm-2.91\java\libsvm\svm_model.java (664, 2007-01-13)
libsvm-2.91\java\libsvm\svm_parameter.java (1288, 2006-03-03)
libsvm-2.91\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.91\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.91\java\svm_predict.java (4267, 2009-03-18)
libsvm-2.91\java\svm_toy.java (11435, 2009-02-18)
libsvm-2.91\java\svm_train.java (8268, 2010-01-27)
libsvm-2.91\java\test_applet.html (81, 2003-07-12)
libsvm-2.91\java\svm_scale.java (8944, 2009-02-20)
libsvm-2.91\java\Makefile (624, 2009-02-18)
libsvm-2.91\java\libsvm.jar (49771, 2010-04-01)
libsvm-2.91\python (0, 2010-03-26)
libsvm-2.91\python\svmutil.py (8078, 2010-03-26)
libsvm-2.91\python\svm.py (7670, 2010-03-23)
libsvm-2.91\python\Makefile (59, 2010-03-18)
libsvm-2.91\windows (0, 2010-03-26)
libsvm-2.91\windows\svm-train.exe (137728, 2010-03-26)
libsvm-2.91\windows\libsvm.dll (150016, 2010-03-26)
libsvm-2.91\windows\svm-scale.exe (82432, 2010-03-26)
libsvm-2.91\windows\svm-predict.exe (109056, 2010-03-26)
libsvm-2.91\windows\svm-toy.exe (144896, 2010-03-26)
libsvm-2.91\svm.cpp (62732, 2010-03-19)
libsvm-2.91\tools (0, 2009-11-20)
... ...

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu-SVM classification, one-class-SVM, epsilon-SVM regression, and nu-SVM regression. It also provides an automatic model selection tool for C-SVM classification. This document explains the use of libsvm. Libsvm is available at http://www.csie.ntu.edu.tw/~cjlin/libsvm Please read the COPYRIGHT file before using libsvm. Table of Contents ================= - Quick Start - Installation and Data Format - `svm-train' Usage - `svm-predict' Usage - `svm-scale' Usage - Tips on Practical Use - Examples - Precomputed Kernels - Library Usage - Java Version - Building Windows Binaries - Additional Tools: Sub-sampling, Parameter Selection, Format checking, etc. - Python Interface - Additional Information Quick Start =========== If you are new to SVM and if the data is not large, please go to `tools' directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection. Usage: easy.py training_file [testing_file] More information about parameter selection can be found in `tools/README.' Installation and Data Format ============================ On Unix systems, type `make' to build the `svm-train' and `svm-predict' programs. Run them without arguments to show the usages of them. On other systems, consult `Makefile' to build them (e.g., see 'Building Windows binaries' in this file) or use the pre-built binaries (Windows binaries are in the directory `windows'). The format of training and testing data file is: