搜索资源列表
Csharp-2.6
- LIBSVM的C#版本,是2。8版本的。非常好用啊 。多多下载-LIBSVM writen by C#,it edition is 2.8,useful so much.Download more.
libsvm-2.5
- 源码为libsvm2.5和2.6的程序导读 欢迎大家探讨 为c++代码说明解释-libsvm2.5 source for the procedure and 2.6 Guide to welcome you to explore c code giving explanations
OpenSVM-1.0.1-Beta-SRC(2)
- OpenSVM was developped under Visual C++ 6.0 SP6, You can open the workspace file(*.dsw) in the opensvm-src folder. The folder include the svm.h and svm.cpp which in the libsvm (Copyright (c) 2000-2007 Chih-Chung Chang and Chih-Jen Lin All rig
LibSVM-2.6
- LibSVM-2.6 程序代码注释 通用的支持向量机算法研究平台
libsvm-2.6
- 这是一个intelligent学习的算法,常用于pattern recognition。-This is an intelligent learning algorithm commonly used in pattern recognition.
libsvm-2.6
- 这是Libsvm2.6工具的源码,用于SVM分类和回归计算。-This is the source Libsvm2.6 tool for SVM classification and regression.
libsvm-2[1].6
- 支持向量机工具箱一种,主要解决分类和回归等问题,它是在matlab环境下运行的。-A Support Vector Machine Toolbox, mainly to resolve issues such as classification and regression, which is running in the matlab environment.
libsvm-2.9
- SVM是一种比较新比较流行的算法,常常用在分类问题和回归问题上。 SVM方法的VC实现,libsvm源码-SVM is a relatively new algorithm is more popular, often used in classification and regression issues. SVM method VC implementation, libsvm source
libsvm_src
- 详细介绍了LIBSVM-2.6源代码的含义,包括SVM.h和SVM.cpp。并且给出了相关代码及其注释-LIBSVM-2.6 described in detail the meaning of the source code, including the SVM.h and SVM.cpp. And gives the relevant code and comments
libsvm_src_2.6NOTE
- LIBSVM是台湾大学林智仁(Lin Chih-Jen)副教授等开发设计的一个简单、易于使用和快速有效的SVM模式识别与回归的软件包,他不但提供了编译好的可在Windows系列系统的执行文件,还提供了源代码,方便改进、修改以及在其它操作系统上应用;该软件还有一个特点,就是对SVM所涉及的参数调节相对比较少,提供了很多的默认参数,利用这些默认参数就可以解决很多问题;并且提供了交互检验(Cross Validation)的功能。该软件包可以在http://www.csie.ntu.edu.tw/~c
libsvm_src
- libsvm-2.6程序代码设置,libsvm各个文件的详细说明。-libsvm-2.6 code set, libsvm detailed descr iption of each file.
LibSVM
- LibSVM-2.6程序代码注释(上海交通大学模式分析与机器智能实验室)-LibSVM-2.6 code annotations (Shanghai Jiaotong University Pattern Analysis and Machine Intelligence Laboratory)
python-2.6.6
- python2.6-6安装文件,用于使用libsvm的.py文件。-installation file of python
CODE
- 1.GeometricContext文件是完成图片中几何方向目标分类。 参考文献《Automatic Photo Pop-up》Hoiem 2005 2 GrabCut文件是完成图像中目标交互式分割 参考文献《“GrabCut” — Interactive Foreground Extraction using Iterated Graph Cuts》 C. Rother 2004 3 HOG文件是自己编写的根据HOG特征检测行人的matlab代码 4 虹膜识别程序
LibSVM
- libsvm-2.6程序代码导读 这是一个中文版的针对支持向量机源程序libsvm-2.6代码导读文档,-libsvm-2.6 code Guide This is a Chinese version of the Support Vector Machine source libsvm-2.6 code Guide document
LibSVM-program-code
- LibSVM-2.6 程序代码注释,非常详细。-LibSVM-2.6 code annotations, very detailed .
libsvm-3.20
- 台湾国立最新的svm工具箱 1. matlab自带了C编译器Lcc-win32C,但是libsvm原始版本是C++实现的,因此需要C++的编译器来编译,这就是不适用matlab默认编译器而选择其他C++编译器的原因。 matlab支持的编译器也是有限的,可以查看不同版本matlab支持的编译器列表 2. 如果matlab版本太低,如matlab 7.0是不能用VS作为编译器的,只能用VC++ 6.0 3. .mexw32 文件是经过加密的,打开是乱码,函数本身没有帮助。-SVM
libsvm-3.1
- LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it implements an SMO-ty
libsvm-3.22
- libsvm-3.22.rar LIBSVM is an integrated software for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. Since version 2.8, it impl
libsvm-mat-2.91-1
- Matlab上使用SVM所需插件 2. 操作流程: 请注意:详细操作流程请参考上面的“详解”网站,这里只说大框架和详解里没有提到的问题。 A.设置path File->set path ->add with subfolders->加入libsvm-3.11文件夹的路径 B. 在matlab中编译 目的:将libsvm-3.11\matlab 中 libsvmwrite.c 等 C++文件编译成 libsvmread.mexw32 等matl