libsvm-3.24

所属分类:matlab编程
开发工具:matlab
文件大小:875KB
下载次数:6
上传日期:2019-11-10 22:02:37
上 传 者宝宝啦
说明:  可支持matlab使用SVM支持向量机,结合粒子群算法。
(Support matlab to use SVM support vector machine)

文件列表:
libsvm-3.24 (0, 2019-09-11)
libsvm-3.24\svm.def (477, 2019-09-11)
libsvm-3.24\svm.cpp (65136, 2019-09-11)
libsvm-3.24\tools (0, 2019-09-11)
libsvm-3.24\tools\subset.py (3196, 2019-09-11)
libsvm-3.24\tools\checkdata.py (2474, 2019-09-11)
libsvm-3.24\tools\grid.py (15258, 2019-09-11)
libsvm-3.24\tools\easy.py (2696, 2019-09-11)
libsvm-3.24\svm-predict.c (5537, 2019-09-11)
libsvm-3.24\FAQ.html (83242, 2019-09-11)
libsvm-3.24\heart_scale (27670, 2019-09-11)
libsvm-3.24\matlab (0, 2019-09-11)
libsvm-3.24\matlab\make.m (888, 2019-09-11)
libsvm-3.24\matlab\Makefile (1097, 2019-09-11)
libsvm-3.24\matlab\svmtrain.c (11817, 2019-09-11)
libsvm-3.24\matlab\libsvmwrite.c (2326, 2019-09-11)
libsvm-3.24\matlab\svm_model_matlab.h (201, 2019-09-11)
libsvm-3.24\matlab\svmpredict.c (9827, 2019-09-11)
libsvm-3.24\matlab\libsvmread.c (4060, 2019-09-11)
libsvm-3.24\matlab\svm_model_matlab.c (8196, 2019-09-11)
libsvm-3.24\Makefile (732, 2019-09-11)
libsvm-3.24\python (0, 2019-09-11)
libsvm-3.24\python\svmutil.py (9524, 2019-09-11)
libsvm-3.24\python\svm.py (13631, 2019-09-11)
libsvm-3.24\python\Makefile (32, 2019-09-11)
libsvm-3.24\python\commonutil.py (5445, 2019-09-11)
libsvm-3.24\svm.h (3381, 2019-09-11)
libsvm-3.24\COPYRIGHT (1497, 2019-09-11)
libsvm-3.24\svm-toy (0, 2019-09-11)
libsvm-3.24\svm-toy\qt (0, 2019-09-11)
libsvm-3.24\svm-toy\qt\svm-toy.cpp (9722, 2019-09-11)
libsvm-3.24\svm-toy\qt\Makefile (613, 2019-09-11)
libsvm-3.24\svm-toy\windows (0, 2019-09-11)
libsvm-3.24\svm-toy\windows\svm-toy.cpp (11460, 2019-09-11)
libsvm-3.24\svm-scale.c (8696, 2019-09-11)
libsvm-3.24\svm-train.c (8985, 2019-09-11)
... ...

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. - MATLAB/OCTAVE Interface - 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', `svm-predict', and `svm-scale' 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 files is:

近期下载者

相关文件


收藏者