-
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
-
Pure_ALOHA
This matlab m-file is a programing file of Pure ALOHA. This file considers
- 2010-09-14 18:25:49下载
- 积分:1
-
nflmhamming
Hamming窗加权非线性调频脉冲压缩程序(Hamming window weighted linear FM pulse compression process)
- 2010-03-07 01:38:26下载
- 积分:1
-
QPSKTermHard
This file includes the source code of the Uncoded+Coded QPSK with Viterbi (Term & hard decision) decoder.
- 2014-09-04 23:06:41下载
- 积分:1
-
MPPT
matlab simuling 太阳能光伏阵列最大功率点跟踪仿真,mppf(matlab simuling maximum power point tracking photovoltaic array simulation, mppf)
- 2012-11-08 21:54:45下载
- 积分:1
-
RS(244_212)
一款RS缩短码的源代码,可修改其中主程序的数据变任意一种RS码的编码器,此程序经多次验证均正确,且采用标准代码格式描写,易读。(A shortened RS code source code, which can modify data in the main program code change any of the RS encoder, this procedure has been repeatedly verified are correct, and the use of standard code format description, easy to read.)
- 2021-02-18 16:49:45下载
- 积分:1
-
OFDM-vit
说明: OFDM的系统仿真,使用TCM编码,维特比译码。可以绘出多径延时状态下的不同信噪比的误码曲线(OFDM system simulation, the use of TCM coding, Viterbi decoding. Multipath delay can be drawn under the error curves of different signal to noise ratio)
- 2011-03-16 20:37:52下载
- 积分:1
-
TwoLinkPendulumAnimation
two link pendulum matlab simulation
- 2013-05-13 05:30:46下载
- 积分:1
-
levelset_denoise
说明: 利用matlab寫的
level set
去雜訊(Use of matlab write to the noise level set)
- 2009-08-24 19:17:11下载
- 积分:1
-
2Dman
说明: 一个相当不错的二维人物动画代码,大家可以学习学习。(a very good 2-D character animation code, we can learn from him.)
- 2006-03-17 19:16:44下载
- 积分:1