-
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
-
dipol
This document shows in a simple way the near field of a dipole.You can choose the length of it.furthermore if anyone ask about this problem,please send a comment.
- 2013-02-19 14:03:50下载
- 积分:1
-
Z-Chirp
Z-Chirp Transfor Matlab Code
- 2013-10-24 16:00:35下载
- 积分:1
-
bianchengnixiangjishujvfenxi
编程,逆向及数据分析
编程逆向及数据分析.
:数据分析的几个方面的经验总结.(Programming, reverse and data analysis
编程逆向及数据分析.
Programming of reverse engineering and data analysis
:数据分析的几个方面的经验总结.
: data analysis of several aspects of the experience
)
- 2014-01-03 06:13:35下载
- 积分:1
-
Matlab
很好的matlab作图word文档,希望对大家有帮助(Mapping matlab good word documents, and they hope to help everyone)
- 2007-11-11 17:02:57下载
- 积分:1
-
PMSG1
永磁电机的模型。逆变器和整流器的控制采用数学模型。(Permanent magnet motor model. Inverter and rectifier controlled by mathematical model.)
- 2012-05-02 22:46:41下载
- 积分:1
-
simulationsoft
good way to start induction motor
- 2014-11-21 18:28:23下载
- 积分:1
-
find23
TFIND
searches for one or more strings (boolean AND) in a text file.
TFIND reports all lines where the string(s) were found (or NOT found
by option).
The search can be limited to a field in a fixed field (i.e. column
oriented) list.
An extended search mode is available, where only letters and digits
are relevant.
Other options:
case sensitive search,
alternative errorlevel with number of hits,
header line with file name, LFN, custom prefix
- 2007-10-28 10:10:50下载
- 积分:1
-
siganjigoufangzhen
MATLAB中fibonacci数列的算法(Algorithm in MATLAB fibonacci series)
- 2012-11-20 20:12:13下载
- 积分:1
-
shengyinpinpufenxi
说明: 男声,女声,乐器声音频谱分析和傅里叶转换(Male, female, musical instruments, sound spectrum analysis and Fourier transform)
- 2011-03-15 20:36:34下载
- 积分:1