-
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
-
levinsondurbin
LS-estimation, yule walker equation, levinson durbin algorithm
- 2012-07-17 16:14:12下载
- 积分:1
-
optimal_PV-WTand--SVC
含分布式电源的配电网日前两阶段优化调度模型,EI论文源程序,放心使用(A Day-Ahead Two-Stage Optimal Scheduling Model for Distribution Network Containing
Distributed Generations)
- 2021-01-05 20:48:55下载
- 积分:1
-
Newjolder
For some tasks it may be useful to display marks over images
- 2010-10-10 16:54:51下载
- 积分:1
-
matlab2
MATLAB 课本实例教程MATLAB 课本实例教程MATLAB 课本实例教程MATLAB 课本实例教程(MATLAB)
- 2009-12-23 09:00:48下载
- 积分:1
-
matlab_import_data.rar
说明: 海量数据导入与导出matlab的有效方法,在数学建模时处理大量数据非常有用(Mass data import and export matlab effective method, in the mathematical modeling is very useful to deal with large amounts of data)
- 2008-11-21 17:51:10下载
- 积分:1
-
jiebian_jiami_manyK
雷达信号数字水印技术联合调频率捷变抗干扰(Radar jamming, radar waveform modulation frequency-agile multi-target anti-interference)
- 2020-07-26 20:28:42下载
- 积分:1
-
duandian
说明: 可以对端点坐标进行设置,也可以计算出图中的端点坐标,很好用(Coordinates can be set on the endpoint, you can also calculate the map of the endpoint coordinates, useful)
- 2010-04-15 11:17:33下载
- 积分:1
-
chap7_12
单级倒立摆控制的lqr仿真模型,可以达到很好的控制效果(single-stage inverted pendulum control lqr simulation model can achieve good control results)
- 2006-06-01 15:06:44下载
- 积分:1
-
radpattern
RADPATTERN - radiations patterns, total radiated power
Syntax:
radpattern
Description:
RADPATTERN should be run after IMPEDANCE. It uses the MoM soulution
obtained previously in order to compute the far fields. RADPATTERN
finds the far field at a given frequency that needs to be specified
below.Also, the observation sphere(radius) or circle (radius/plane)
need to be specified as well.
RADPATTERN finds:
- total radiated power over a large sphere (sphere mesh is given in subfolder CODES)
- antenna gain or absolute directivity in certain planes, including
co-polar field and cross-polar field.
MATLAB Antenna Toolbox Draft 05, Antenna Lab, ECE, WPI, mat05@ece.wpi.edu
Authors: S. Kulkarni, A. Marut, S. Makarov
- 2013-01-19 17:42:20下载
- 积分:1