📄 readme.txt
字号:
MATLAB Interface for LIBSVM, Version 1.2========================================Copyright (C) 2004-2005 Michael VogtWritten by Michael Vogt, Atanas Ayarov and Bennet GedanThis software package provides a MATLAB interface for LIBSVM,a library for the optimization of support vector machines.DESCRIPTIONThe interface offers two commands LIBSVMOPT and LIBSVMSIM for theoptimization and the simulation of support vector machines. The usageis explained in the MATLAB help files. Because both commands areimplemented as C MEX files, they need to be compiled from the sourcesbefore. Several demos show the capabilites of LIBSVM.The package is distributed as source code under the GNU General PublicLicense, see "license.txt" for details. Since LIBSVM uses a differenttype of license, it is not included. To build the interface, you willneed LIBSVM 2.8 (or maybe a later version) available at http://www.csie.ntu.edu.tw/~cjlin/libsvmMost features of LIBSVM are accessible. Currently, two things aremissing: Multiclass SVMs and support for sparse MATLAB matrices.SYSTEM REQUIREMENTS1. MATLAB 6.0 or higher.2. A C++ compiler. On Microsoft Windows systems, Microsoft Visual C/C++ 6.0 and Borland Free Commandline Tools 5.5 have been testet. On Linux it has been compiled with GCC 3.3.INSTALLATION1. Configure the C++ compiler by typing "mex -setup" in the MATLAB command window and following the instructions.2. Extract all files of the interface in a directory of your choice, and LIBSVM ("svm.cpp" and "svm.h") in the subdirectory "libsvm".3. Add the main directory to the MATLAB search path.4. Call "mexlibsvm" in order to compile the MEX functions.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -