-
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
-
simulink
很好的MATLAB学习资料,简单易懂,希望对大家有所帮助,!(good works!)
- 2009-02-14 16:31:00下载
- 积分:1
-
mapprojection
matlab用于图形图像处理,小波分析等(a book oabout matlab,which can use operating picture,wavelet,etc)
- 2009-12-23 09:12:05下载
- 积分:1
-
MATLAB-Fundamentals-and-Applications
MATLAB基础及应用 于润伟编著,适用于初学者快速入门。(MATLAB Fundamentals and applications, suitable for beginners to get started.)
- 2013-11-08 09:52:56下载
- 积分:1
-
inverse21
inverse dynamic of robot.nt to upload source code, you can
- 2013-07-28 17:24:36下载
- 积分:1
-
work
数字信号处理中数字滤波器的设计及对其滤波使用(Digital signal processing in the digital filter design and its use filtering)
- 2014-01-06 15:29:10下载
- 积分:1
-
hefron
Hefron Philips model
- 2014-01-24 20:23:02下载
- 积分:1
-
sonido
This VI illustrates how to acquire sound samples continuously with the use of a microphone attached to the sound card.
- 2014-01-31 04:25:40下载
- 积分:1
-
少发故障的寿命分布拟合
首先是针对无或单失效数据情形下,通过多层贝叶斯估计法得到失效概率过后,给出了寿命分布参数的加权最小二乘估计。然后如果失效数据不止一个,使用乘积限估计法来得到失效概率的估计值。(Firstly, the weighted least squares estimation of the life distribution parameters is given by the multi-layer Bayesian estimation method after the failure probability is obtained for the case of no or single failure data. Then if the failure data is more than one, the product limit estimation method is used to obtain the estimated value of the failure probability.)
- 2017-10-13 15:29:56下载
- 积分:1
-
fgd
optimal power flow matpower hhd jjh
- 2016-10-20 10:38:25下载
- 积分:1