-
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
-
1
说明: 《普林斯顿科学文库2-天遇混沌与稳定性的起源》
《普林斯顿科学文库2-天遇混沌与稳定性的起源》(" Princeton Science Library 2- day event of the origin of chaos and stability," " Princeton Science Library 2- day event of the origin of chaos and stability," )
- 2010-04-20 11:33:28下载
- 积分:1
-
BandPassF
序列设计相关的一个程序,非常好用的哟,就是这样啦,哈哈(The design of a sequence related procedures, very useful hey, is this now, ha ha)
- 2012-05-14 17:23:29下载
- 积分:1
-
pcadwt1
PCA Discrete wavelet face recognition
- 2011-11-28 21:07:58下载
- 积分:1
-
pinjie
图像拼接的matlab代码,可以作为参考(Image mosaic matlab code, can be used as reference)
- 2013-11-20 10:38:01下载
- 积分:1
-
contours
The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images
- 2013-05-09 04:17:58下载
- 积分:1
-
ofdmsimulation
对ofdm系进行了仿真,信号的传输过程和接收过程(simulation of ofdm system ,include signal transmission ,reception)
- 2009-06-05 19:03:01下载
- 积分:1
-
ovsf
ovsf is an orthogonal code for multiuser environment
- 2009-11-14 11:23:34下载
- 积分:1
-
ScopeMath_v2.4
基于matlab开发的使用agilent示波器程序(Matlab-based program developed using the agilent oscilloscope)
- 2011-05-19 10:39:20下载
- 积分:1
-
youhua
人工智能课的一些作业,对选人工智能这门课的有很大帮助(Artificial Intelligence course some of the work on artificial intelligence selection of great help for this class)
- 2010-09-03 17:00:44下载
- 积分:1