登录
首页 » matlab » cut_sample

cut_sample

于 2010-03-19 发布 文件大小:1KB
0 224
下载积分: 1 下载次数: 0

代码说明:

说明:   使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。 (The sample sets using the dichotomy of the clips, editing law idea is to sample set into training set and test set, using the training set samples to the test set of samples (using the nearest neighbor algorithm), if the examination focused on a sample of classification error then delete this sample. In the function, use the nearest neighbor method, only once clips (focused on a sample of traversal finished after the exit exam). There is also a repeat clip method (samples are more applicable to the case), the samples were randomly divided into multiple sample set, the two adjacent samples of the former one as a test set, the latter one as a training set, call the two sub-clips. All the samples were a subset of the clips after they have finished, in the recursive call, until there are no samples were clip out, did not have to say that the effect of repeated clips definitely better.)

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

发表评论

0 个回复

  • SGALAB1003beta5006currency
    SGALAB工具箱,最新beta5的,主要是刚才从pudn上下了一个垃圾工具箱,东西已经损损坏无法解压了。所以给大家传个新的,肯定能用(Toolbox SGALAB latest beta5, mainly just up and down from a garbage pudn Toolbox, things have been unable to extract a damage loss. So give us a new mass, be sure)
    2009-04-15 09:16:32下载
    积分:1
  • guanliandu
    这是一种关联度问题的MATLAB的代码有用请下载(if it help,please go ahead)
    2014-09-14 18:34:18下载
    积分:1
  • Polarimetric-SAR-classification
    极化SAR分类方向的很好的入门PPT资料,对各种相干、非相干分解方法以及监督、非监督分类方法做了简单的阐述(polarimetric SAR decomposition and image classification )
    2015-05-25 21:56:03下载
    积分:1
  • 通过 matlab实现捷联惯导系统初始对准、惯导解算的全过
    说明:  通过 matlab 编程实现捷联惯导系统初始对准、惯导解算的全过程。 1)初始自对准:利用前10分钟实验车静止的数据进行惯导系统的自对准。采用前2分钟数据进行解析粗对准,后8分钟数据用五状态Kalman滤波器实现精对准;为了验证精对准性能,可在粗对准结果上把航向角人为加一定幅度(如10度)的误差,观察精对准的收敛性能。 2)纯惯导解算:对准结束后转入纯惯性导航解算,要求进行双子样的圆锥和划摇补偿,即每20ms完成一次导航解算,输出完整的导航结果包括三个姿态、两个水平速度和两个水平位置(天向通道发散不必输出),并给出姿态、速度、位置随时间的变化曲线以及位置误差曲线。(The whole process of initial alignment and inertial navigation solution of strapdown inertial navigation system is realized by matlab programming.)
    2021-04-21 11:18:49下载
    积分:1
  • radon_ambiguity
    %radon transform clear all % N=800 n=1:N fs=200 t=n/fs x1=exp(j*2*pi*(5*t+0.5*5*t.^2)) x2=exp(j*2*pi*(5*t+0.5*15*t.^2)) x=x1+x2 %N=length(x) % ambifunb(x ) %*****************************************RAT naf=ambifunb(x) htl(abs(naf)) % [wh,rho,theta]=htl(abs(naf)) colormap([0,0,0]) % xlabel( 极半径 ) % ylabel( 角度 ) %**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确) %找出峰值点的坐标 b=max(max(wh)) [u,a]=find(wh>=0.8*b) ( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
    2008-05-06 21:56:10下载
    积分:1
  • Optical-phenomena-simulation
    物理光学主要内容的仿真模拟,如双缝干涉,牛顿环现象,夫琅禾费衍射,菲涅尔衍射等(The main content of the physical optics simulation, such as the double-slit interference phenomenon of Newton' s rings, Fraunhofer diffraction Fresnel diffraction)
    2013-04-29 17:31:28下载
    积分:1
  • TuLun
    图论相关的算法和应用,是自己数学建模时收集和自己开发的一些程序,值得你学习!(Graph-related algorithms and applications, mathematical modeling their own collection and some of their own development process, it is worth you learn!)
    2020-11-22 15:59:34下载
    积分:1
  • matlab-tongjifenxi
    《matlab统计分析与应用:40个案例分析》一书的全部代码(Matlab statistical analysis and application: 40 case studies of a book all the code)
    2012-08-16 11:44:06下载
    积分:1
  • NLS
    利用分步傅里叶法求解光纤中脉冲传输的非线性薛定谔方程。(Solves the NLS equation with the split-step method.)
    2012-08-23 16:24:55下载
    积分:1
  • ABAQUS_Standard_UMAT_workexample
    ABAQUS/Standard 用户材料子程序实例(A standard ABAQUS UMAT workexample.)
    2013-10-18 19:02:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载