搜索资源列表
svmmatlab2
- % 支持向量机Matlab工具箱1.0 - C-SVC, C二类分类算法 % 使用平台 - Matlab6.5 希望对你有用
svc
- 异步电机矢量控制c源程序,给出了一个基于转子磁链的控制模型,仅供参考。
libsvm-2.85-dense
- LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、
libsvm-2.89
- LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可 以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概 率估
msvcr71
- c++程序设计相关代码-c procedures related to the design code.
jsvm
- JSVM2.0代码最新版 分级视频编码SVC的代码-JSVM2.0 code the latest version of Scalable Video Coding SVC code
MSVCPUZL
- 利用C++实现了一个斐切比塔游戏,有兴趣可以玩玩啊-The use of C++ Achieve a斐切Walubita games, who are interested can play ah
svm
- 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
svmmatlab2
- % 支持向量机Matlab工具箱1.0 - C-SVC, C二类分类算法 % 使用平台 - Matlab6.5 希望对你有用- Support Vector Machines Matlab Toolbox 1.0- C-SVC, C II classification algorithm use platform- Matlab6.5 hope that useful to you
svc
- 异步电机矢量控制c源程序,给出了一个基于转子磁链的控制模型,仅供参考。-Induction Motor Vector Control c source code, gives a rotor flux-based control model, for reference purposes only.
libsvm-2.85-dense
- LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM ) 等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、
libsvm-2.88
- LIBSVM 是台湾大学林智仁 (Chih-Jen Lin) 博士等开发设计的一个操作简单、易于使用、快速有效的通用 SVM 软件包,可以解决分类问题(包括 C- SVC 、n - SVC )、回归问题(包括 e - SVR 、 n - SVR )以及分布估计( one-class-SVM )等问题,提供了线性、多项式、径向基和 S 形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题
gp425win32
- 易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、 n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM -Easy to use, fast and effective generic SVM software package can solve the classification problems (including the C-S
libsvm-2.89
- LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。 2.8
LS-SVMlab1.5
- SVM 软件包,可以解决分类问题(包括C- SVC、n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )等问题-SVM software package can solve the classification problems (including the C-SVC, n- SVC), regression (including e- SVR, n- SVR) as wel
svc
- 采用c++builder6.0编写的操作ACESS文件的范例,使用ADOQUERY控件-Using c++ builder6.0 documents prepared by the operation of ACESS example, the use of ADOQUERY Control
titanium
- VC Support Vector Classification Usage: [nsv alpha bias] = svc(X,Y,ker,C) Parameters: X - Training inputs Y - Training targets ker - kernel function C - upper bound (non-separable case) nsv - number
H.264Encoder_C
- H264编码器,C语言实现,已编译通过。 供大家参考-H264 encoder, C to achieve for your reference
svm4
- -s svm类型:SVM设置类型(默认0) 0 -- C-SVC 1 --v-SVC 2 – 一类SVM 3 -- e -SVR 4 -- v-SVR -t 核函数类型:核函数设置类型(默认2) 0 – 线性:u v 1 – 多项式:(r*u v + coef0)^degree 2 – RBF函数:exp(-r|u-v|^2) 3 –sigmoid:tan
libsvm3
- 台湾林智仁编写的支持向量机开源程序,可用于分类(C-SVC,nu-SVC,one-class SVM)和回归(epsilon-SVR,nu-SVR)。这是最新版本3.0。-Libsvm3.0 is a simple, easy-to-use, and efficient software for SVM classification and regression. It solves C-SVM classification, nu