lib-svm-3.21

所属分类:matlab编程
开发工具:matlab
文件大小:906KB
下载次数:3
上传日期:2018-06-27 09:50:55
上 传 者盛开若微
说明:  matlab,SVM工具包添加到matalb路径。没有SVM工具包,直接调用SVM,会导致程序运行出错。
(Matlab, the SVM toolkit is added to the MATALB path. Without the SVM toolkit, calling SVM directly will cause the program to run wrong.)

文件列表:
libsvm-3.21\COPYRIGHT (1497, 2015-12-14)
libsvm-3.21\FAQ.html (83089, 2015-12-14)
libsvm-3.21\heart_scale (27670, 2015-12-14)
libsvm-3.21\java (0, 2018-03-13)
libsvm-3.21\java\libsvm.jar (51947, 2015-12-14)
libsvm-3.21\java\libsvm (0, 2018-03-13)
libsvm-3.21\java\libsvm\svm.java (63839, 2015-12-14)
libsvm-3.21\java\libsvm\svm.m4 (63132, 2015-12-14)
libsvm-3.21\java\libsvm\svm_model.java (868, 2015-12-14)
libsvm-3.21\java\libsvm\svm_node.java (115, 2015-12-14)
libsvm-3.21\java\libsvm\svm_parameter.java (1288, 2015-12-14)
libsvm-3.21\java\libsvm\svm_print_interface.java (87, 2015-12-14)
libsvm-3.21\java\libsvm\svm_problem.java (136, 2015-12-14)
libsvm-3.21\java\Makefile (624, 2015-12-14)
libsvm-3.21\java\svm_predict.java (4950, 2015-12-14)
libsvm-3.21\java\svm_scale.java (8944, 2015-12-14)
libsvm-3.21\java\svm_toy.java (12269, 2015-12-14)
libsvm-3.21\java\svm_train.java (8355, 2015-12-14)
libsvm-3.21\java\test_applet.html (81, 2015-12-14)
libsvm-3.21\Makefile (732, 2015-12-14)
libsvm-3.21\Makefile.win (1136, 2015-12-14)
libsvm-3.21\matlab (0, 2018-03-13)
libsvm-3.21\matlab\libsvmread.c (4063, 2015-12-14)
libsvm-3.21\matlab\libsvmread.mexw64 (10752, 2016-09-29)
libsvm-3.21\matlab\libsvmwrite.c (2341, 2015-12-14)
libsvm-3.21\matlab\libsvmwrite.mexw64 (9728, 2016-09-29)
libsvm-3.21\matlab\make.m (888, 2015-12-14)
libsvm-3.21\matlab\Makefile (1240, 2015-12-14)
libsvm-3.21\matlab\svm_model_matlab.c (8205, 2015-12-14)
libsvm-3.21\matlab\svm_model_matlab.h (201, 2015-12-14)
libsvm-3.21\matlab\svmpredict.c (9820, 2015-12-14)
libsvm-3.21\matlab\svmpredict.mexw64 (24576, 2016-09-29)
libsvm-3.21\matlab\svmtrain.c (11818, 2015-12-14)
libsvm-3.21\matlab\svmtrain.mexw64 (62464, 2016-09-29)
libsvm-3.21\python (0, 2018-03-13)
libsvm-3.21\python\Makefile (32, 2015-12-14)
libsvm-3.21\python\svm.py (9603, 2015-12-14)
libsvm-3.21\python\svmutil.py (8695, 2015-12-14)
... ...

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' 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:

近期下载者

相关文件


收藏者