-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1
-
19-rake-receiver
System will automatically delete the directory of debug and release, so please do not put files on these two directory.
- 2011-04-23 08:25:09下载
- 积分:1
-
pca_img
principal component analysis applied to an image
- 2013-03-19 01:28:55下载
- 积分:1
-
rician_fading
单径赖斯衰落信道模型源代码,该代码形成于瑞利衰落信道的基础之上(rician fading channel estmation)
- 2012-12-04 21:29:37下载
- 积分:1
-
chapter31
思维进化算法优化BP神经网络——非线性函数拟合(Mind Evolutionary algorithm optimization BP neural network- a nonlinear function fitting)
- 2021-04-27 16:28:44下载
- 积分:1
-
ch6
用MATLAB实现哈夫曼编码的例程(以子函数形式给出)
NORM2HUFF 哈夫曼编码器
对于输入向量,NORM2HUFF(X) 返回向量的哈夫曼编码后的码串()
- 2007-08-29 20:00:35下载
- 积分:1
-
correlation2
相关函数
两个数组相关
涉及两个正变换和一个反变换(Correlation function related to the two arrays are involved in both transformation and an anti-transformation)
- 2010-10-22 20:10:18下载
- 积分:1
-
aiffread
An matlab script that open an audio aiff file and extract the data put into a raw pcm variable.
- 2011-06-02 21:56:08下载
- 积分:1
-
neural_direct
RBF This program implements the direct neural controller
for the surge tank example.
- 2014-01-17 19:43:36下载
- 积分:1
-
8~13
精通MATLAB图像处理
张强,王正林编著
电子工业出版社 8-13章源程序(Proficient in MATLAB image processing Zhang Qiang, the Zhenglin edited Publishing House of Electronics Industry Chapter 8-13 source)
- 2013-05-17 22:33:16下载
- 积分:1