-
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
-
DSSS
实现直接序列扩频通信系统的仿真 其中有m序列的生成函数以及BPSK的调制解调(Realize the direct sequence spread spectrum communication system simulation Among them are m series generating function of BPSK modulation and demodulation)
- 2012-04-23 16:36:00下载
- 积分:1
-
Matlab--QPSK
基于matlab编程的QPSK的仿真 蒙特卡洛分析(Matlab programming based on Monte Carlo simulation analysis of QPSK)
- 2011-08-09 20:25:34下载
- 积分:1
-
TaxiApp
In this application used to book the call taxi.
- 2014-11-20 16:38:17下载
- 积分:1
-
FaceRecognition
本程序在matlab上实现了基于PCA的人脸识别,经人脸库测试,可用(The program is implemented based on matlab PCA face recognition, face through tests available)
- 2015-03-23 15:47:01下载
- 积分:1
-
遗传算法解决仓库选址问题用matlab
简单的遗传算法优化仓库在选址问题,给你很多需求点,要求你在需求点中找到几个配送中心。解决的问题描述:
在物流配送中心选址模型中做如下假设:
(1)配送中心的规模容量总是可以满足需求点需求,并由其配送辐射范围内的需求量确定;
(2)一个需求点仅由一个配送中心供应;
(3)不考虑工厂到配送中心的运输费用。
- 2022-03-12 01:13:56下载
- 积分:1
-
matlab_example_eg
matlab实例
MTLAB的一些实例说明(MATLAB Matlab examples of some practical examples to illustrate)
- 2007-05-29 20:55:22下载
- 积分:1
-
sub
用于abaqus各向同性线弹性梁 单轴拉伸 子程序umat(FOR ISOTROPIC ELASTICITY)
- 2015-11-02 16:10:40下载
- 积分:1
-
solarradiationHcb
本源程序可以进行太阳能散射辐射的计算,是晴天模型(simulation the dispersion radiation of solar)
- 2012-05-03 14:06:58下载
- 积分:1
-
Untitled
利用MALAB实现的关于变压器差流计算的问题,对差流的提取很有意义。(MALAB achieve on transformer differential current calculated differential current extraction makes sense.)
- 2012-05-23 19:35:51下载
- 积分:1