-
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
-
yesudonglianglilun
基于叶素动量定理对风力机叶片外形参数进行设计,考虑了叶尖损失和叶毂损失;对计算的弦长和安装角进行了多项式修正;生成数据存入excel中,为接下来的三维建模做准备;(Blade element momentum theory of wind turbine blade form factor design, taking into account the loss of tip and hub loss based the calculation of the chord length and angle of installation of a polynomial correction generating data into excel, and for the next three-dimensional construction prepare the mold )
- 2016-08-07 15:43:52下载
- 积分:1
-
3
说明: matlab中的关于微分方程实验方面的例子和程序(matlab in the example of experiments on differential equations and procedures)
- 2010-10-14 18:49:07下载
- 积分:1
-
LMSF
用Matlab实现LMS算法 画出原始信号和处理后的信号进行对比(LMS algorithm using Matlab to draw to achieve the original signal and processed signal to compare)
- 2010-01-17 08:51:32下载
- 积分:1
-
Dirty_or_TH_precoding
脏纸编码和Tomlinson-Harashima预编码,消除数据间干扰(Dirty paper coding and Tomlinson- Harashima precoding, eliminate the interference among the data)
- 2015-04-07 20:11:20下载
- 积分:1
-
simulinkModel
几个解耦控制系统的Simulink模型,用过还行。共享一下。(Several decoupling control system Simulink model, used also OK. Sharing about.)
- 2010-07-05 22:51:57下载
- 积分:1
-
daima
说明: 提供了人工鱼群算法和RBF神经网络代码,有需要的朋友可以下载参考(AFSA offers and RBF neural network code, a friend in need can be downloaded for reference)
- 2020-11-10 08:59:45下载
- 积分:1
-
Polynomial-fitting
此代码是在matlab下开发,适应于GPS高程拟合,只需加载相关数据,方便好用(This code is developed in matlab to adapt in the fitting of GPS Elevation, just load the relevant data, easy-to-use)
- 2012-05-11 17:47:31下载
- 积分:1
-
Desktop
在齿轮箱故障诊断中,需要对故障信号进行特征提取,本程序是齿轮箱特征提取源代码。(Gearbox fault diagnosis, the need for fault signal feature extraction, the procedure is to extract the source code gearbox features.)
- 2021-04-07 22:49:01下载
- 积分:1
-
MATLAB-PPT
MATLAB系统与语言简介
矩阵运算与数组运算
(The MATLAB Language Introduction matrix computing array operations)
- 2012-11-30 22:58:45下载
- 积分:1