libsvm-2.81

所属分类:数值算法/人工智能
开发工具:Visual C++
文件大小:417KB
下载次数:52
上传日期:2006-04-15 10:58:14
上 传 者zldeng
说明:  svmLight 分类器,使用方便,有原代码可扩充算法。
(svmLight classifier, easy to use, the original code algorithm can be expanded.)

文件列表:
libsvm-2.81\libsvm-2.81\java\libsvm\svm.java (61836, 2005-11-20)
libsvm-2.81\libsvm-2.81\java\libsvm\svm.m4 (61201, 2005-06-11)
libsvm-2.81\libsvm-2.81\java\libsvm\svm_model.java (664, 2004-03-18)
libsvm-2.81\libsvm-2.81\java\libsvm\svm_node.java (115, 2003-10-11)
libsvm-2.81\libsvm-2.81\java\libsvm\svm_parameter.java (1249, 2004-03-16)
libsvm-2.81\libsvm-2.81\java\libsvm\svm_problem.java (136, 2003-10-11)
libsvm-2.81\libsvm-2.81\java\libsvm (0, 2006-04-15)
libsvm-2.81\libsvm-2.81\java\Makefile (556, 2004-03-30)
libsvm-2.81\libsvm-2.81\java\libsvm.jar (44037, 2005-11-20)
libsvm-2.81\libsvm-2.81\java\svm_predict.java (3953, 2005-09-15)
libsvm-2.81\libsvm-2.81\java\svm_toy.java (11321, 2005-03-28)
libsvm-2.81\libsvm-2.81\java\svm_train.java (7185, 2005-06-21)
libsvm-2.81\libsvm-2.81\java\test_applet.html (81, 2003-07-12)
libsvm-2.81\libsvm-2.81\java (0, 2006-04-15)
libsvm-2.81\libsvm-2.81\COPYRIGHT (1497, 2005-02-03)
libsvm-2.81\libsvm-2.81\FAQ.html (47076, 2005-11-09)
libsvm-2.81\libsvm-2.81\Makefile (417, 2004-03-30)
libsvm-2.81\libsvm-2.81\Makefile.win (1273, 2005-03-31)
libsvm-2.81\libsvm-2.81\heart_scale (27670, 2003-07-12)
libsvm-2.81\libsvm-2.81\svm-predict.c (3815, 2005-04-24)
libsvm-2.81\libsvm-2.81\svm-scale.c (5963, 2004-09-13)
libsvm-2.81\libsvm-2.81\svm-train.c (6791, 2005-06-21)
libsvm-2.81\libsvm-2.81\svm.cpp (61501, 2005-10-11)
libsvm-2.81\libsvm-2.81\svm.h (2146, 2004-03-06)
libsvm-2.81\libsvm-2.81\python\Makefile (530, 2005-03-31)
libsvm-2.81\libsvm-2.81\python\cross_validation.py (1140, 2004-03-24)
libsvm-2.81\libsvm-2.81\python\svm.py (8055, 2004-08-15)
libsvm-2.81\libsvm-2.81\python\svm_test.py (1681, 2004-03-24)
libsvm-2.81\libsvm-2.81\python\svmc.i (2763, 2004-03-24)
libsvm-2.81\libsvm-2.81\python\svmc_wrap.c (69069, 2004-11-10)
libsvm-2.81\libsvm-2.81\python\test_cross_validation.py (630, 2003-07-12)
libsvm-2.81\libsvm-2.81\python (0, 2006-04-15)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\Makefile (531, 2004-01-05)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\callbacks.cpp (9655, 2005-11-11)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\callbacks.h (1765, 2003-07-12)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\interface.c (6457, 2003-07-12)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\interface.h (203, 2003-07-12)
libsvm-2.81\libsvm-2.81\svm-toy\gtk\main.c (398, 2003-07-12)
... ...

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 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 selction can be found in tools/README. 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:

近期下载者

相关文件


收藏者