-
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
-
audiocompression
此程序主要是通过使用小波达到音频压缩的目的,可以比较不同的小波函数和压缩次数音频文件的差异(This process is mainly achieved through the use of wavelet purpose audio compression, you can compare different compression of the wavelet function and the difference in the number of audio files)
- 2009-05-18 23:56:40下载
- 积分:1
-
MATLAB_jiaocheng
李传军 《C语言与MATLAB接口—编程与实例》(Li Chuan-jun " C language and MATLAB Interface- Programming and Examples" )
- 2009-05-26 18:18:56下载
- 积分:1
-
random-numbers
这个是关于随机数产生的matlab仿真程序(This is a random number generator on the simulation program)
- 2009-05-21 21:15:25下载
- 积分:1
-
tulunhaosuamfa
说明: 内部集成多种算法,对图论学习的帮助那就不用说了,祝你们好运(A variety of internal integration algorithms, graph theory to study the help of it, needless to say, and I wish you good luck)
- 2009-08-04 14:29:08下载
- 积分:1
-
dbf_read
Matlab读取DBF文件的命令很实用的哦(Matlab commands to read DBF files)
- 2011-05-10 22:57:01下载
- 积分:1
-
c5546089625d
基于MATLAB的电力系统潮流计算的程序,比较完整,适合入门新手学习。(MATLAB-based power system load flow calculation program , complete and suitable for beginners novice learning .)
- 2012-04-16 14:28:41下载
- 积分:1
-
dianhuatongxin8
一个八位电话音频程序,每一个数字由两个频率控制,发出不同的声音(dianhua matlab)
- 2012-04-16 19:50:27下载
- 积分:1
-
MYWARMA
MYW - ARMA 算法的MATLAB代码, 是频谱分析(通常是在高级DSP这门课中会用到的)的常用算法(MYW- ARMA algorithm MATLAB code, Analysis of the spectrum (usually at the senior DSP This class will be used) to the commonly used algorithm)
- 2007-03-30 00:29:09下载
- 积分:1
-
particlefilter_demos
非常好的关于粒子滤波的matlab源程序,值得拥有(Very good source on the particle filter, is worth having)
- 2012-06-14 00:51:20下载
- 积分:1