libsvm

所属分类:Windows编程
开发工具:Visual C++
文件大小:1479KB
下载次数:7
上传日期:2010-06-17 23:41:44
上 传 者ohfei
说明:  libsvm 一个简单的svm分类器实现
(svm libsvm a simple classifier to achieve)

文件列表:
libsvm\checkdata.py (2371, 2010-05-20)
libsvm\easy.py (2499, 2010-05-20)
libsvm\easy.py.bak (2486, 2010-05-20)
libsvm\grid.py (11650, 2010-05-20)
libsvm\guide.pdf (197338, 2010-05-20)
libsvm\libsvm-2.86\COPYRIGHT (1497, 2010-05-20)
libsvm\libsvm-2.86\FAQ.html (56947, 2010-05-20)
libsvm\libsvm-2.86\heart_scale (27670, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm.java (61767, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm.m4 (61132, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm_model.java (664, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm_node.java (115, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm_parameter.java (1288, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm\svm_problem.java (136, 2010-05-20)
libsvm\libsvm-2.86\java\libsvm.jar (47313, 2010-05-20)
libsvm\libsvm-2.86\java\Makefile (585, 2010-05-20)
libsvm\libsvm-2.86\java\svm_predict.java (4255, 2010-05-20)
libsvm\libsvm-2.86\java\svm_scale.java (7874, 2010-05-20)
libsvm\libsvm-2.86\java\svm_toy.java (11410, 2010-05-20)
libsvm\libsvm-2.86\java\svm_train.java (7866, 2010-05-20)
libsvm\libsvm-2.86\java\test_applet.html (81, 2010-05-20)
libsvm\libsvm-2.86\Makefile (413, 2010-05-20)
libsvm\libsvm-2.86\Makefile.win (1304, 2010-05-20)
libsvm\libsvm-2.86\python\cross_validation.py (1140, 2010-05-20)
libsvm\libsvm-2.86\python\Makefile (582, 2010-05-20)
libsvm\libsvm-2.86\python\svm.py (8140, 2010-05-20)
libsvm\libsvm-2.86\python\svmc.i (2731, 2010-05-20)
libsvm\libsvm-2.86\python\svmc_wrap.c (169031, 2010-05-20)
libsvm\libsvm-2.86\python\svm_test.py (2110, 2010-05-20)
libsvm\libsvm-2.86\python\test_cross_validation.py (630, 2010-05-20)
libsvm\libsvm-2.86\svm-predict.c (4146, 2010-05-20)
libsvm\libsvm-2.86\svm-scale.c (6184, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\callbacks.cpp (9702, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\callbacks.h (1765, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\interface.c (6457, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\interface.h (203, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\main.c (398, 2010-05-20)
libsvm\libsvm-2.86\svm-toy\gtk\Makefile (530, 2010-05-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:

近期下载者

相关文件


收藏者