-
cut_sample
说明: 使用二分法对样本集进行剪辑,剪辑法的思想,就是将样本集分成训练集与考试集, 利用训练集样本对考试集的样本进行分类(使用近邻法),如果考试集中某个样本分类错误的话,将这个样本删除。在该函数中,使用最近邻法,只进行一次剪辑(遍历完考试集中的样本以后退出)。还有一种重复剪辑法(适用于样本比较多的情况),把样本随机分为多个样本集,将相邻的两个样本前一个作为考试集,后一个作为训练集,调用二分剪辑。所有的样本子集剪辑完毕以后,在递归调用,直到没有样本被剪辑掉,没得讲,重复剪辑的效果肯定好一些。
(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.)
- 2010-03-19 11:13:13下载
- 积分:1
-
Kalman3
kalman滤波用于目标二维运动情况下的蒙特卡罗法仿真跟踪滤波器(Kalman filter for 2-D movement of the Monte Carlo simulation tracking filter)
- 2007-06-17 17:13:32下载
- 积分:1
-
CP0203
uwb无线电基础书本(电子工业出版社)的MATLAB程序(UWB radio based on books (Electronic Industry Press) the MATLAB program)
- 2007-12-29 11:16:29下载
- 积分:1
-
step
step respons of system cotinus and disecret
- 2014-08-08 19:37:38下载
- 积分:1
-
lcmv_beamform
LCMV beamforming algorithm based on MATLAB program
- 2015-01-08 14:26:34下载
- 积分:1
-
sort
Shell sort is a very interesting modification of the sorting algorithm simple inserts.
- 2013-10-06 04:38:26下载
- 积分:1
-
autopeak
说明: 自动提取曲线的峰值的matlab程序,比较有用
(Automatic extraction of the peak curve matlab procedures, more useful)
- 2008-08-27 10:01:27下载
- 积分:1
-
GA122
说明: 这是一个用遗传算法GA处理实际问题的实例(This is a use of genetic algorithms to deal with the actual examples of problems)
- 2006-03-26 15:32:22下载
- 积分:1
-
levension
列文森-杜宾算法,用于语音的线性预测控制中,也可以用于谱包络。(Levenson-Durbin algorithm for voice linear predictive control, but also can be used for spectral envelope.)
- 2007-04-15 10:31:56下载
- 积分:1
-
Rouge-Kutta
利用J-A模型求解磁滞回线时,使用龙格库塔四阶方法求解微分方程的代码,并可以将求解结果直接绘制成磁滞回线图像(When the J-A model is used to solve the hysteresis loop, the Runge-Kutta fourth-order method is used to solve the differential equation code, and the solution result can be directly drawn as the hysteresis loop image)
- 2017-01-12 11:38:57下载
- 积分:1