libsvm-2[1].6

所属分类:其他
开发工具:matlab
文件大小:431KB
下载次数:12
上传日期:2009-04-14 09:50:15
上 传 者dongxu7579
说明:  支持向量机工具箱一种,主要解决分类和回归等问题,它是在matlab环境下运行的。
(A Support Vector Machine Toolbox, mainly to resolve issues such as classification and regression, which is running in the matlab environment.)

文件列表:
libsvm-2.6 (0, 2004-03-31)
libsvm-2.6\java (0, 2004-03-31)
libsvm-2.6\java\libsvm (0, 2004-03-31)
libsvm-2.6\java\libsvm\svm.java (55122, 2004-03-31)
libsvm-2.6\java\libsvm\svm.m4 (54608, 2004-03-29)
libsvm-2.6\java\libsvm\svm_model.java (664, 2004-03-15)
libsvm-2.6\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.6\java\libsvm\svm_parameter.java (1249, 2004-03-16)
libsvm-2.6\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.6\java\Makefile (556, 2004-03-30)
libsvm-2.6\java\libsvm.jar (40966, 2004-03-31)
libsvm-2.6\java\svm_predict.java (3729, 2004-03-30)
libsvm-2.6\java\svm_toy.java (10914, 2003-07-12)
libsvm-2.6\java\svm_train.java (7125, 2004-03-15)
libsvm-2.6\java\test_applet.html (81, 2003-07-12)
libsvm-2.6\COPYRIGHT (1497, 2004-03-27)
libsvm-2.6\FAQ.html (23378, 2004-03-31)
libsvm-2.6\Makefile (417, 2004-03-30)
libsvm-2.6\heart_scale (27670, 2003-07-12)
libsvm-2.6\svm-predict.c (3829, 2004-03-30)
libsvm-2.6\svm-scale.c (5569, 2003-07-28)
libsvm-2.6\svm-train.c (6740, 2004-03-06)
libsvm-2.6\svm.cpp (55358, 2004-03-31)
libsvm-2.6\svm.h (2146, 2004-03-06)
libsvm-2.6\python (0, 2004-03-31)
libsvm-2.6\python\Makefile (519, 2004-03-24)
libsvm-2.6\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.6\python\easy.py (1492, 2003-11-10)
libsvm-2.6\python\grid.py (10619, 2004-03-06)
libsvm-2.6\python\svm.py (7909, 2004-03-27)
libsvm-2.6\python\svm_test.py (1681, 2004-03-24)
libsvm-2.6\python\svmc.i (2763, 2004-03-24)
libsvm-2.6\python\svmc_wrap.c (67019, 2004-03-24)
libsvm-2.6\python\test_cross_validation.py (630, 2004-03-24)
libsvm-2.6\svm-toy (0, 2004-03-31)
libsvm-2.6\svm-toy\gtk (0, 2004-03-31)
libsvm-2.6\svm-toy\gtk\Makefile (531, 2004-01-05)
libsvm-2.6\svm-toy\gtk\callbacks.cpp (9559, 2003-08-26)
... ...

Libsvm is a simple, easy-to-use, and efficient software for SVM classification and regression. It can solve 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. Quick Start =========== If you are new to SVM and if the data is not large, please go to python directory and use easy.py after installation. It does everything automatic -- from data scaling to parameter selection. Usage: easy.py training_file [testing_file] Installation ============ 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:

近期下载者

相关文件


收藏者