登录
首页 » matlab » crossvalidation_svm

crossvalidation_svm

于 2014-01-15 发布 文件大小:1688KB
0 246
下载积分: 1 下载次数: 95

代码说明:

  matlab编写的调整svm参数的程序,其中cross是主程序,另两个是自己编写的svm核函数,如果要用matlab自带的核函数就把-t的值改成2即可。Ytrain是标记矩阵,Xtrain是特征矩阵,都由用户自己导入。可利用k倍交叉验证来选择最优的c参数。k可自行更改。(svm matlab prepared to adjust the parameters of the program, which cross the main program, and the other two are themselves prepared svm kernel function, if you use the value of the kernel function matlab own put-t can be changed to 2. Ytrain is labeled matrix, Xtrain is characteristic matrix, imported by the users themselves. K-fold cross-validation can be used to select the optimal c parameter. k can make changes.)

文件列表:

131227
......\131227(1).mat,1869025,2013-12-27
......\cross_c.m,784,2013-12-27
......\kernel_intersection.m,487,2013-12-27
......\kernel_poly.m,78,2013-12-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • matlab-for-ar-model
    ar模型检验 用于matlab中 比较简单 (ar model for matlab )
    2011-10-09 23:48:24下载
    积分:1
  • GB
    简单约束的优化算法,入门学习的简单程序,简单约束的优化算法,入门学习的简单程序,(Simple constrained optimization algorithm, started to learn the simple procedure)
    2013-11-06 15:17:21下载
    积分:1
  • Inderterminacyprogram
    频谱中无需考虑排序问题的盲卷积混响分离模型程序。(Spectrum without the need to consider scheduling model for blind separation of convolution reverb program.)
    2020-06-30 20:20:01下载
    积分:1
  • spatiograms
    matlab code for spatiograms of images
    2010-12-30 01:47:35下载
    积分:1
  • tracking_Balace_Accelerate
    对于目标跟踪在WSN中的应用,采用二项式拟合方式的目标位置预测源码(WSN mobile targets tracking)
    2012-01-06 21:33:30下载
    积分:1
  • ora
    ora code is usefull apart with the codes sent above
    2010-11-16 21:13:33下载
    积分:1
  • mallat算法的MATLAB
    说明:  一个很好的MALLAT算法是MATLAB实现原代码,具有很好的操作性。(a good MALLAT MATLAB algorithm is the original code, with very good operability.)
    2005-10-17 10:58:23下载
    积分:1
  • 28781075Fourierbianhuajifanbianhuan
    傅里叶变换后频谱图 B:陷波函数作用后的频谱图 C:经逆变换的滤波后图像,效果不是很理想 Ifft2:为验证自己的快速傅里叶变换程序的正确性,用matlab自带逆变换程序将频谱逆变换后图形,与原图相符,说明快速傅里叶变换程序正确。(This is a FFT )
    2012-05-04 18:14:42下载
    积分:1
  • 新建 Microsoft Word 文档 (5)
    算法SVM,该算法主要用于数据挖掘领域.(SVM algorithm, the algorithm used mainly for data mining areas.)
    2005-05-18 20:33:06下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载