-
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
-
APFC-simulink-example
功率因数校正的一些simulink仿真实例,包括单相和三相的电路拓扑,欢迎大家下载交流!(Power Factor Correction some simulink simulation examples, including single-phase and three-phase circuit topology, welcome everyone to download!)
- 2021-03-18 15:29:20下载
- 积分:1
-
bianpin
变压变频调速 matlab simulink仿真(AC motor double closed loop speed control system MATLAB simulation)
- 2013-04-08 20:31:06下载
- 积分:1
-
duhamel
Dynamic respose of single degree of freedom system using DUHAMEL integral
- 2014-12-26 23:33:01下载
- 积分:1
-
shanchen
运用shancen格子玻尔兹曼模型模拟两相分离,验证可行(Use shancen lattice Boltzmann model to simulate two-phase separation, verification feasible)
- 2013-12-27 15:48:53下载
- 积分:1
-
面向MATLAB工具箱的神经网络理论与应用_10206284
说明: 可以降维分析,还有bp神经网络,非常方便学习。大家可以随意下载,(Dimensionality reduction analysis)
- 2020-06-24 08:40:01下载
- 积分:1
-
PSOPLBG0316
基本蜂群的另一种实现形式~~~~~~~~~~~~~~~~~~(basic ABC)
- 2012-05-08 09:21:54下载
- 积分:1
-
MatLabgongchengshuxueyingyong
本文从matlab的基本知识入手,本书侧重于利用大量的实例来引导读者快速掌握matlab的各种功能。(In this paper, the basic knowledge to start matlab, the book focuses on the use of a large number of examples to guide readers to quickly grasp the various features of matlab.)
- 2011-07-04 21:44:02下载
- 积分:1
-
code
Classification code
Small in-class project
good for matlab beginner
thanks
- 2015-04-09 22:03:10下载
- 积分:1
-
PPM_TH_UWB_reciever
使用单相关接收方式对PPM_TH超宽带信号进行相关接收,并计算平均误码率(Simulates the receiver for 2PPM TH UWB signals and computes the average BER)
- 2021-03-17 10:59:20下载
- 积分:1