-
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
-
the-code
低通巴特沃斯滤波器设计求阶数,适合广大学生们参考,(Low-pass Butterworth filter design requirements order, for the majority of students reference)
- 2013-09-03 13:00:02下载
- 积分:1
-
Untitled1
运用小波的几种方法对信号进行去噪对比仿真效果(Simulation results are several ways to use wavelet signal de-noising comparison)
- 2013-04-25 20:22:04下载
- 积分:1
-
HW1
system controllable canonical form
- 2011-10-06 11:36:51下载
- 积分:1
-
daM
实现daM法,基本实现了智能计算,但也有很多不完善的地方,请多多指教,我是初学者(The realization daM method)
- 2012-11-02 08:40:20下载
- 积分:1
-
EEMD-for-fault-diagnosis
EEMD 方法用于机械故障诊断的程序,希望对学习这方面的同学和研究人员有所帮助!(EEMD method for mechanical fault diagnosis procedures in the hope of learning the students and researchers in this area to help!)
- 2013-11-28 17:06:59下载
- 积分:1
-
PMSM_DTC_improved
是基于超扭曲算法的直接转矩控制 基于论文Super-Twisting Sliding Mode Control of Torque and Flux in Permanent Magnet Synchronous Machine Drives(Direct Torque Control Based on Hyper-distortion Algorithms Super-Twisting Sliding Mode Control of Torque and Flux in Permanent Magnet Synchronous Machine Drives)
- 2021-03-21 15:19:17下载
- 积分:1
-
ppppppp
the PDF details contain the frame synchronization mechanism that can be used with permutation code sets
- 2013-05-09 10:49:29下载
- 积分:1
-
GPU-diffusion-quation-exercise
GPU实现的扩散方程求解,速度得到很大提升(GPU slover for Parabolic equation)
- 2012-03-13 11:39:22下载
- 积分:1
-
台湾中央大学HHT程序
说明: 台湾中央大学的HHT程序,主要用于对振动信号进行分析,(HHT of MATLAB code from taiwanzhongyang university)
- 2019-02-18 16:35:06下载
- 积分:1