matlab配置Libsvm 防止备忘录

1 首先我们要下载一个Libsvm 工具箱 其中,这一切都可以被下载到

2 我们解包 我解压在桌面上 住址C:\Users\Administrator\Desktop\libsvm

3打开matlab 导航到的例子,在下列文件夹



watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvdTAxMDQxNjEwMQ==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" height="62" width="731">

4 我们依照这个流程输入下面代码

>>
mex -setup

Welcome to mex -setup.  This utility will help you set up

a default compiler.  For a list of supported compilers, see

http://www.mathworks.com/support/compilers/R2012b/win64.html

Please choose your compiler for building MEX-files:

Would you like mex to locate installed compilers [y]/n?
n

Select a compiler:

[1] Intel C++ 12.0 (with Microsoft Software Development Kit (SDK) linker)

[2] Intel C++ 12.0 (with Microsoft Visual C++ 2008 SP1 linker)

[3] Intel C++ 12.0 (with Microsoft Visual C++ 2010 linker)

[4] Intel C++ 11.1 (with Microsoft Visual C++ 2008 SP1 linker)

[5] Intel Visual Fortran 12 (with Microsoft Software Development Kit (SDK) linker)

[6] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2008 SP1 linker)

[7] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2008 Shell linker)

[8] Intel Visual Fortran 12.0 (with Microsoft Visual C++ 2010 linker)

[9] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 SP1 linker)

[10] Intel Visual Fortran 11.1 (with Microsoft Visual C++ 2008 Shell linker)

[11] Microsoft Software Development Kit (SDK) 7.1

[12] Microsoft Visual C++ 2005 SP1

[13] Microsoft Visual C++ 2008 SP1

[14] Microsoft Visual C++ 2010

[0] None

Compiler: 14

Your machine has a Microsoft Visual C++ 2010 compiler located at

D:\VS2010 安装. Do you want to use this compiler [y]/n? y

Please verify your choices:

Compiler: Microsoft Visual C++ 2010

Location: D:\VS2010 安装

Are these correct [y]/n? y

***************************************************************************

Warning: MEX-files generated using Microsoft Visual C++ 2010 require

that Microsoft Visual Studio 2010 run-time libraries be

available on the computer they are run on.

If you plan to redistribute your MEX-files to other MATLAB

users, be sure that they have the run-time libraries.

***************************************************************************

Trying to update options file: C:\Users\Administrator\AppData\Roaming\MathWorks\MATLAB\R2012b\mexopts.bat

From template:              C:\PROGRA~1\MATLAB\R2012b\bin\win64\mexopts\msvc100opts.bat

Done . . .

**************************************************************************

Warning: The MATLAB C and Fortran API has changed to support MATLAB

variables with more than 2^32-1 elements.  In the near future

you will be required to update your code to utilize the new

API. You can find more information about this at:

http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html

Building with the -largeArrayDims option enables the new API.

**************************************************************************

>> make

>> load heart_scale.mat

>> model = svmtrain(heart_scale_label, heart_scale_inst, ‘-c 1 -g 0.07‘);

>>  [predict_label, accuracy, dec_values] = svmpredict(heart_scale_label, heart_scale_inst, model);

Accuracy = 86.6667% (234/270) (classification)

假设数据集中的数据可以载入出来 即显示如红色所看到的 我们就行觉得完毕了配置

须要注意的是 安装后目录绝对地址尽量不要挪动 不然再次执行的时候有可能会报错...

注:蓝色的部分为我们须要手动输入的代码部分 最后一行红色为终于输出

就是这样 其它能够去看matlab论坛的精品帖子

1 http://www.ilovematlab.cn/thread-35262-1-1.html

2 http://www.ilovematlab.cn/thread-61234-1-1.html

3 http://www.ilovematlab.cn/thread-50032-1-1.html

版权声明:本文博主原创文章,博客,未经同意不得转载。

时间: 2024-10-17 12:51:55

matlab配置Libsvm 防止备忘录的相关文章

matlab2016b配置libsvm的各中坑及解决办法

Q1:matlab2016b不能自动关联m文件! A1: (1)首先准备好工具,工具链接:pan.baidu.com/s/1t_KaFZNOFln9m57sMBTrkQ:提取码:x49w. (2)下载之后解压,请阅读readme,按照操作流程进行. Note:运行reg文件的方式是,将matlab最小化(不退出),找到reg文件所在位置(就是压缩包后所在路径),双击就好了,然后关闭matlab,重启,则matlab已经关联m文件了,如果还没有成功,请关机重启电脑,再试一下,应该就能解决了. Q2

win10系统64位MatlabR2014a从安装Windows SDK7.1 到配置libsvm

我的环境:win10(64位).MatlabR2014a.Windows SDK7.1.VC-Compiler-KB2519277 1.卸载Visual c++ 2010 x86 redistributable.Visual c++ 2010 x64 redistributable(64位windows)不卸载则SDK安装不成功!安装时有可能会关于RTE.NET报错,不必理会,继续安装. 2.下载并安装windows SDK7.1 (下载地址见最后) 3.下载并运行VC-Compiler-KB2

64位matlab中libsvm的安装

因为windows版的matlab对编译器的识别不好.所以直接在网上下了已经编译好的libsvm文件放入toolbox文件夹就可以用libsvm了 libsvm已编译好的文件下载地址: 猛戳我下载 1.把下载好的文件放入*/matlab/toolbox中 2.在matlab中set path.把"*\Matlab 2013b\toolbox\libsvm-3.18\matlab"加入到path中 over 64位matlab中libsvm的安装,布布扣,bubuko.com

libSVM笔记之(一)在matlab环境下安装配置libSVM

本文为原创作品,转载请注明出处 欢迎关注我的博客:http://blog.csdn.net/hit2015spring和http://www.cnblogs.com/xujianqing 台湾林智仁教授提供的开源的SVM处理工具箱 libsvm svm工具箱的下载地址: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 配置matlab 1.设置路径(搜索路径) 把该工具箱的库包含到matlab的函数搜索路径中去 左键添加并包含子文件夹,把所有的文件都包含进该搜

matlab中配置Libsvm 防止备忘

1 首先我们要下载一个Libsvm 工具箱 这个在哪都是可以下载到的 2 我们将压缩包解压 我是解压在桌面上 地址为C:\Users\Administrator\Desktop\libsvm 3打开matlab 定位到如下的目录之下 4 我们按照这个流程输入以下代码 >> mex -setup Welcome to mex -setup.  This utility will help you set up a default compiler.  For a list of supporte

MATLAB安装libsvm无法使用解决办法(转)

buaasuozi  这是原作者: 安装libsvm 不成功有可能是你的MATLAB版本或者是编译文件版本的问题,但是不要急着换其他版本....说不定就有别的解决办法呢 首先感谢Lin教授及其实验室提供的libsvm工具箱,原始下载地址:下载主页:http://www.csie.ntu.edu.tw/~cjlin/libsvm/       下载地址:http://www.csie.ntu.edu.tw/~cjlin/libsvm/#download 原本我使用的是libsvm-3.01版本,但

解密SVM系列(五):matlab下libsvm的简单使用

本节简单介绍一下libsvm的使用方法.关于libsvm似乎曾经使用过,那个时候主要用libsvm进行简单的人脸识别实验.当时还翻译过关于libsvm里面的matlab英文文档 那么现在最新版本的libsvm为3.2.0,下载地址如下: http://www.csie.ntu.edu.tw/~cjlin/libsvm/ 下载下来的libsvm其实包含好多个平台的工具箱软件,c++,matlab,java,python都有.他们的函数使用方法是一样的. 那么在下载完以后,点击里面的matlab下平

WAKE-WIN10-SOFT-软件-Matlab配置及工具箱

1Matlab 1,1Matlab下载,安装,配置,,, 1,2 2工具箱 2,1LibSVM 必应:https://www.bing.com/search?q=libsvm&qs=n&form=QBLH&sp=-1&pq=libsvm&sc=8-6&sk=&cvid=DC3F15CF609C414EAB633E363C7BFCA4 维基:https://en.wikipedia.org/wiki/LIBSVM 官方:http://www.csie.

win7下matlab2016a配置libsvm

1.下载libsvm https://www.csie.ntu.edu.tw/~cjlin/libsvm/ 2.解压到matlab2016a的安装目录的toolbox下 例如我的D:\Program Files\MATLAB\R2016a\toolbox 3.打开matlab 然后地址到2中的toolbox下的libsvm的matlab下 4.编译 我的是vs2013 在命令行输入mex -setup 输入mex -setup C++ 输入make 4.将libsvm-3.21下的hear_sc