搜索资源列表
SVR
- 在线向量回归分析,有包涵一个例子和内定函数等-On-line vector regression analysis, there is an example of indulgence and unofficially functions, etc.
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:tanh(r*u v + coef0) -d degree
SVC-and-SVR
- 基于SVM数据分类及回归分析,并采用不同的核函数如RBF,sigmoid,polynomial等-the data classification and regression analysis based on SVM, by using different kinds of kernel functions, for examples, RBF,sigmoid and ploynomial and so on
svr
- RBF核函数编写和svr的matlab编写(RBF kernel function writing)