-
K-meanCluster
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-element clusters
Assign each of the remaining (N-k) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster.
Step 3 . Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample.
Step 4 . Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments. (How the K-mean Cluster workStep 1. Begin with a decision the value of k = number of clusters Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following: Take the first k training sample as single-element clusters Assign each of the remaining (Nk) training sample to the cluster with the nearest centroid. After each assignment, recomputed the centroid of the gaining cluster. Step 3. Take each sample in sequence and compute its distance from the centroid of each of the clusters. If a sample is not currently in the cluster with the closest centroid, switch this sample to that cluster and update the centroid of the cluster gaining the new sample and the cluster losing the sample. Step 4. Repeat step 3 until convergence is achieved, that is until a pass through the training sample causes no new assignments.)
- 2007-11-15 01:49:03下载
- 积分:1
-
wavelet
一维小波的分解和重构,可以运行,三层降维和重构,小波降噪。很实用(matlab wavelet)
- 2010-01-03 15:57:51下载
- 积分:1
-
mti.zip
说明: Radar 动目标MTI检测器 雷达MTI动目标检测,里面包含所有动目标检测的滤波器,很实用,有不同系数的滤波器进行比较,滤波器可以直接使用(Radar Moving Target MTI Detector
Radar MTI moving target detection, which contains all moving target detection filters, is very practical. The filters with different coefficients are compared. The filters can be used directly.)
- 2019-06-20 15:54:12下载
- 积分:1
-
Lecture8_exc_2
electric motor with torque speed control
- 2012-03-23 02:54:53下载
- 积分:1
-
main
main od the mfile about spot
- 2013-09-20 12:14:07下载
- 积分:1
-
spalgorithmpackage
子空间追踪算法(SP)程序包,包含示例程序,SP算法程序及附属程序(Subspace pursuit algorithm (SP) package includes sample programs, SP algorithm program and ancillary procedures)
- 2011-01-05 14:22:19下载
- 积分:1
-
gcf
说明: MATLAB在图形窗口中绘制或输出图形,MATLAB to draw in the graphics window or output graphics(MATLAB to draw in the graphics window or output graphics)
- 2011-03-25 00:40:45下载
- 积分:1
-
accelerometer-calibration
用MATLAB 编写的三轴加速度计标定程序。然后对标定的结果进行补偿(Using MATLAB-axis accelerometer calibration procedures. Then the result of calibration to compensate)
- 2011-07-02 15:39:16下载
- 积分:1
-
systemgendesignguide
这是使用systemgenerator的一个入门程序和范例使用matlab和system generator共同实现,并配有教学文档,清晰简单,易懂(This is an entry using systemgenerator procedures and examples using matlab and the system generator together to achieve, and with a teaching document, clear and simple and easy to understand)
- 2011-02-06 16:32:40下载
- 积分:1
-
sanlei
说明: 软测量氧含量数据工况聚类、建模matlab实现代码2(Measuring the oxygen content of soft data clustering conditions, modeling the implementation code 2 matlab)
- 2011-04-13 14:48:32下载
- 积分:1