-
cloud9
This code is an interesting version of noise production. this produced noise in controlled manner to display clouds.
same code may be used to develop several natural random phenomenon
- 2010-10-15 19:01:28下载
- 积分:1
-
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
-
signal-processing
说明: MATlab经典程序,初学者必看,写论文的好帮助(for new beginners)
- 2010-04-02 21:02:33下载
- 积分:1
-
matlab-qpsk
基于matlab的QPSK数字基带通信系统仿真(Matlab-based QPSK digital communication system simulation)
- 2011-05-31 02:21:19下载
- 积分:1
-
slddjmx--motor-model
电动机simulink模型,非常好用,内有控制程序(motor simulink model)
- 2013-03-21 09:18:11下载
- 积分:1
-
program-smith-chart
define the plot area with Smithchart using matlab
- 2015-01-21 15:58:24下载
- 积分:1
-
matlab-socket
matlab socket example
- 2013-05-19 16:24:57下载
- 积分:1
-
workDVB
DVB-T系统,包含外编码,外交织,内编码,内交织,OFDM帧结构等等(DVB- T system, including the coding, interweave, the coding, the interweave, OFDM frame structure and so on)
- 2020-12-23 21:49:06下载
- 积分:1
-
An_Intro_to_Parametric_Digital_Filters_and_Oscill
Digital filters and oscillators
- 2011-02-10 01:21:34下载
- 积分:1
-
tan
bayes树的针对生物数据剪接位点识别的实现算法,caculateTAN.m为主函数文件,希望对大家有用(Bayes tree biological data for splice site recognition algorithm, caculateTAN.m the main function of a document, in the hope that useful to everybody)
- 2007-11-07 17:28:24下载
- 积分:1