-
MyKmeans
实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法: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均值要大,一般只适合小数据量。(achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n will be assigned to target K to 000 category, making target category of the similarity between the largest category of the similarity between the smallest. Disadvantages : class size have no great difference for dirty data is very sensitive. Improved algorithms : k-medoids methods. Here a selection of objects called mediod to replace the center of the above, the logo on a medoid this category. Steps : 1, arbitrary selection of objects as K medoids (O1, O2, Ok ... ... Oi). Following is a cycle : 2, the remaining targets assigned to each category (in accordance with the closest medoid principle); 3, for each category (Oi), the order of selection of a Or, calculated Oi Or replace the consumption-E (Or))
- 2005-07-26 01:32:58下载
- 积分:1
-
SisipanStego
Steganography text using an image
- 2014-11-27 12:04:22下载
- 积分:1
-
PN2048_FFT4096_Sim
fft计算相关函数,验证4096点的FFT快速捕获算法(理论仿真)(fft calculation of correlation function, verify the 4096-point FFT algorithm for fast capture (theoretical simulation))
- 2011-11-15 09:17:07下载
- 积分:1
-
longgekuta
龙哥库塔法的matlab实现方法,简单易用(Long Ge Kuta method matlab implementation, easy to use)
- 2013-04-17 13:43:11下载
- 积分:1
-
gabordemo
gabor 滤波器的使用演示,里面有三个文件gaborfilter.m,gabordemo.m,和一个图片。(gabor filter for presentation, there are three files gaborfilter.m, gabordemo.m, and a picture.)
- 2010-09-01 16:17:22下载
- 积分:1
-
xiaobo
说明: 小波变换在图像处理中的应用,图像处理,算法重构,图像压缩等(Wavelet Transform in Image Processing)
- 2010-05-04 11:53:16下载
- 积分:1
-
MSK
典型的MATLAB编程实现MSK连续功率谱描述,并且绘出相应的离散点的功率谱值……(The typical MATLAB programming the MSK continuous power spectral description, and draw the power spectral values of the corresponding discrete points ......)
- 2012-05-27 10:13:58下载
- 积分:1
-
wireless-matlab-0.5
一个无线网络仿真程序,提供了较完备的网络分层仿真功能(a wireless network simulation program to provide a more comprehensive network hierarchical simulation function)
- 2007-06-08 15:16:30下载
- 积分:1
-
chap3
求三阶传递函数的阶跃响应
其中对象采样时间为1ms。
采用专家PID设计控制器。在仿真过程中, 取0.001,程序中的五条规则与控制算法的五种情况相对应。
(Seeking third-order transfer function of the step response in which the object sampling time 1ms. PID controller is designed by experts. In the simulation process, taking 0.001, five rules and procedures in the control algorithm corresponding to the five conditions.)
- 2021-03-18 07:19:20下载
- 积分:1
-
towpathmodel
这是一个超短波地面反射双线信道模型的matlab程序。(This is a reflection FM ground dual channel model Matlab procedures.)
- 2007-06-05 00:59:54下载
- 积分:1