-
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
-
CDMA
this a code about CDMA
- 2012-06-08 21:23:08下载
- 积分:1
-
modeling-of-C_60-in-matlab
matlab C60 架构的建模。留着以后用。(Matlab modeling of the C60 architecture.)
- 2012-07-24 00:36:05下载
- 积分:1
-
NakagamiFadeCoefficient
NAKAGAMI FADING COEFFICIENT
- 2014-02-16 17:19:58下载
- 积分:1
-
shuxuejianmo
matlab基础,及其源代码,主要是数学建模中用的(matlab based on its source code, mainly used in the mathematical modeling)
- 2011-05-26 09:12:59下载
- 积分:1
-
matlab编写 wkb计算电磁波通过等离子体衰减
matlab编写 wkb计算电磁波通过等离子体衰减(a matlab program to compute the attenuation of electromagnetic wave)
- 2021-04-29 13:18:42下载
- 积分:1
-
fangzhen1
简单的异步电动机模型,包含坐标变换,电压电流变换(A simple model of asynchronous motor)
- 2013-05-07 14:35:13下载
- 积分:1
-
BCH
一种BCH码编译码的实现 一种用可编程逻辑器件和单片机实现BCH码编、译码的方案(Encoding and decoding a BCH code with the realization of a single-chip programmable logic devices and for the realization of BCH codes, decoding of the program)
- 2009-05-07 22:01:50下载
- 积分:1
-
GUI_32
matlab初学者资料 里面有M程序的详细文件 还有编程 直接运行即可(Matlab beginners material inside have M program detailed document and programming can be run directly)
- 2012-03-30 11:22:22下载
- 积分:1
-
xo
说明: XO Game with GUI 是一款用matlab编写的待用户界面的人工智能游戏。
This is an improvement on the previous text-based game that was previously created. This file features a GUI with the same AI and sound effects. The Computer plays based on very simple rules, yet it is difficult to beat. (XO Game with GUI is a matlab prepared to be used user interface artificial intelligence game. This is an improvement on the previous text-based game that was previously created. This file features a GUI with the same AI and sound effects. The Computer plays based on very simple rules, yet it is difficult to beat.)
- 2007-12-05 18:16:23下载
- 积分:1