-
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
-
qusiortho_8t1r
一个基于8发1收的多天线系统的准正交差分调制例程(made a resumption of multi-antenna systems in the orthogonal Differential Modulation routines)
- 2007-05-18 20:14:37下载
- 积分:1
-
detecting
detecting matlab code is used to track a object in video image
- 2011-08-19 13:04:43下载
- 积分:1
-
testpipei_1
基于灰度的归一化匹配算法:将原图以及匹配图灰度化,算出相关系数后得到匹配区域。(Based on Gray' s normalized matching algorithms: the original image and the gray level of matching graph, calculate the correlation coefficient obtained after the matching area.)
- 2010-06-02 11:01:05下载
- 积分:1
-
mohukongzhiqisheji
用MATLAB语言求取控制表,输入为偏差和偏差变化率,输出为控制信号(using MATLAB strike control table, input errors and the rate of change of error, the output control signals)
- 2007-01-23 11:58:01下载
- 积分:1
-
MultiWii_1_9
MWV飞控1.9banbenhjljgdfrfgbnjkm,m(mwc feikong)
- 2014-10-22 21:44:35下载
- 积分:1
-
321
地球物理学算法,基于重力异常的一个程序,matlab环境下的代码(Geophysics algorithm, based on gravity anomaly of a program, matlab environment code)
- 2013-09-02 16:01:55下载
- 积分:1
-
MATLABDLL
MATLAB调用动态链接库实例程序,源代码(MATLAB example program called dynamic link library)
- 2014-01-29 20:32:10下载
- 积分:1
-
因子分析代码实现(含数据)
说明: 对数据进行因子分析,得到的是降维的结果。可用来做基本的降维,故障诊断,图像分解(Through factor analysis of the data, we get the result of dimension reduction)
- 2021-04-21 09:03:53下载
- 积分:1
-
Correlation-Dimension-Program
关联维计算程序,以GP算法为主,计算2范数(Correlation dimension calculation program for GP-based algorithm to calculate the 2-norm)
- 2013-11-27 17:35:40下载
- 积分:1