-
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
-
Calibration
We present in this paper a new method for blind source separation
which is adapted to the case where the sources have different morphologies.
We show that the morphology diversity concept leads to a
new and very efficient method, even in the p
- 2013-09-26 13:24:26下载
- 积分:1
-
ldpc_decode_LLR
LDPC 基于似然函数的译码算法函数,采用MATLAB编写,可以直接调用(LDPC decoding algorithm based on similar function the likelihood function, using MATLAB to prepare, you can directly call)
- 2016-12-20 09:06:58下载
- 积分:1
-
SplitPML2DTEFDTD
Split PML 2D TE FDTD
- 2009-11-22 02:06:54下载
- 积分:1
-
12344
二分法程序,可以用他来求解非线性放成的跟问题,精度高,速度快(ke yi jie jue er fen fa qiu jie de wen ti ,li yong er fen fa jie jue fei xian xing fang cheng qiu gen de wen ti .su du kuai jing du gao )
- 2010-05-19 21:19:57下载
- 积分:1
-
pencil
Elementary graphics editing.Sources MFC application that was created in VIsual C ++. Run the program and draw the strip.
- 2014-10-01 16:43:49下载
- 积分:1
-
Ex6
THis file contains codes for ploting scatter plot and eye diagram
- 2011-01-28 06:08:58下载
- 积分:1
-
Manalo--Martin-Final-Reports
simple matlab documents for beginners
- 2012-03-29 15:55:49下载
- 积分:1
-
00740076
resource allocation scheme in the wimax with personal communication system
- 2013-03-13 15:33:06下载
- 积分:1
-
chp2ex6gui
chp2ex1gui发电机负载从感性变为阻性和容性时,瞬时功率的结果
(chp2ex1gui generator load changes from inductive and capacitive resistance, the instantaneous power of the results)
- 2011-11-26 00:03:56下载
- 积分:1