-
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
-
matlab4
matlab program to practice
- 2010-11-10 11:05:14下载
- 积分:1
-
SFDR
基于铌酸锂MZ调制器,通过展开,计算其三阶互调失真以及SFDR等(Based on lithium niobate MZ modulator, by expanding to calculate the third-order intermodulation distortion and SFDR etc.)
- 2014-02-25 00:11:12下载
- 积分:1
-
TP2_140203120038
aplication using c# code
- 2014-12-03 08:27:06下载
- 积分:1
-
MATLAB-SIMULASION-FOR-MOTOR
MATLAB 电机仿真教程,非常详细的仿真,希望对大家有帮助。(MATLAB motor simulation tutorial, a very detailed simulation, we want to help.)
- 2013-12-16 19:22:36下载
- 积分:1
-
Phase Field Simulation for fracture
说明: 基于MATLAB平台与相场法的裂缝断裂模拟(this code is used for simulating fracture development of structure based on phase field method.)
- 2021-04-27 09:58:44下载
- 积分:1
-
seasar5
浅海水下地形SAR 探测,这方面还是一个新的方向,搞的人不多,希望您会考虑(Terrain navigation for underwater vehicles using the correlator method 2004.pdf)
- 2010-07-07 13:00:14下载
- 积分:1
-
untmee_conv_explicit
solving 1d transport (advection + diffusion)problem: dQ/dt+U dQ/dx=0
- 2012-04-30 00:13:48下载
- 积分:1
-
matcomVCmixed-programming
讲述MATLAB与VC混合编程的一篇文章(About the mixed programming MATLAB and VC article)
- 2011-12-06 19:26:29下载
- 积分:1
-
Encoder
used to encrypt the input image using RAS algorithm
- 2012-11-25 22:32:07下载
- 积分:1