-
cskmeans
cskmeans 聚类算法的一种
1. 分裂法(partitioning methods):给定一个有N个元组或者纪录的数据集,分裂法将构造K个分组,每一个分组就代表一个聚类,K<N。而且这K个分组满足下列条件:(1) 每一个分组至少包含一个数据纪录;(2)每一个数据纪录属于且仅属于一个分组(注意:这个要求在某些模糊聚类算法中可以放宽);对于给定的K,算法首先给出一个初始的分组方法,以后通过反复迭代的方法改变分组,使得每一次改进之后的分组方案都较前一次好,而所谓好的标准就是:同一分组中的记录越近越好,而不同分组中的纪录越远越好。使用这个基本思想的算法有:K-MEANS算法、K-MEDOIDS算法、CLARANS算法;()
- 2008-07-07 10:52:51下载
- 积分:1
-
qiyizhixielv
分析并实现了奇异谱斜率的方法,并把该方法用到了时域信号的检测。(Singular spectrum analysis and implementation of the slope method, and to the method used in the time-domain signal detection.)
- 2013-09-01 15:32:11下载
- 积分:1
-
adaboost
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。
load clouds
[test_targets, E] = lijsada_boost(patterns, targets, patterns, 100, Stumps ,[])
train_patterns 每列为一样本
train_targets 每列为一样本目标
100 :Number Of Iterations
Stumps: Weak Learner Type
Learner s parameters :[]
adaboost +stumps
testRightR = 0.7522(Adaboost is an iterative algorithm)
- 2014-01-20 13:05:34下载
- 积分:1
-
logistic-(1)
logistic曲线拟合对未开进行预测分析(logistic fit)
- 2015-01-27 17:59:57下载
- 积分:1
-
A.Guide.to.MATLAB
关于matlab的几个实例和若干教程,国外写的(Several instances of matlab and tutorial written abroad)
- 2013-05-13 08:51:38下载
- 积分:1
-
maineimun
遗传算法无功优化,采用的是脉冲对消法,可以广泛的应用于数据预测及数据分析。( Genetic algorithm based reactive power optimization, It uses a pulse of consumer law, Can be widely used in data analysis and forecast data.)
- 2017-05-15 15:08:18下载
- 积分:1
-
PCA_basedFace
用matlab编写的基于PCA的人脸识别算法,包含图片库,可以直接运行,找出图片库中与测试图片相匹配的图片。(Matlab prepared with PCA-based face recognition algorithms, including image libraries, can be run to identify and test gallery picture of the picture to match.)
- 2009-05-12 17:34:31下载
- 积分:1
-
MATLAB-energy-source-chaos
典型的能源系统的混沌三相图,包含函数的设定以及x-y-z,x-t,y-t,z-y的图像模拟(Typical chaotic phase diagram of the energy system, contains a set of functions as well as xyz, xt, yt, zy image simulation)
- 2013-04-03 21:09:13下载
- 积分:1
-
genetic-fuzzy-(ga_fuzzy)
genetic fuzzy (ga_fuzzy) pid gain optimal
- 2013-12-09 07:41:58下载
- 积分:1
-
yuwuzao
无噪声时MUSIc算法均匀圆阵程序,阵元间距等于波长(no noise MUSIc algorithm procedures uniform circular array antenna spacing equal to the wavelength)
- 2007-05-15 15:51:26下载
- 积分:1