文件名称:K-means
- 所属分类:
- C#编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 43kb
- 下载次数:
- 0次
- 提 供 者:
- vi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
k-means 算法
step1 初始化K个质心
step2 将所有的点分配给最近的质心
step3 更新质心
step4 若质心都没用变化,则停止,否则返回step2
-k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no use if the change in the center of mass, then stop, otherwise return to step2
step1 初始化K个质心
step2 将所有的点分配给最近的质心
step3 更新质心
step4 若质心都没用变化,则停止,否则返回step2
-k-means algorithm is initialized step1 step2 K a center of mass of all the points assigned to the nearest centroid centroid step3 step4 update no use if the change in the center of mass, then stop, otherwise return to step2
相关搜索: k-means聚类算法
(系统自动生成,下载前可以参看下载内容)
下载文件列表
K-means\K-means.sln
.......\K-means.suo
.......\K-means
.......\.......\bin
.......\.......\...\Debug
.......\.......\...\.....\K-means.exe
.......\.......\...\.....\K-means.pdb
.......\.......\...\.....\K-means.vshost.exe
.......\.......\...\.....\K-means.vshost.exe.manifest
.......\.......\...\Release
.......\.......\Centroid.cs
.......\.......\Cluster.cs
.......\.......\ClusterDataSet.cs
.......\.......\DataPoint.cs
.......\.......\JCA.cs
.......\.......\K-means.csproj
.......\.......\obj
.......\.......\...\x86
.......\.......\...\...\Debug
.......\.......\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.......\.......\...\...\.....\K-means.csproj.FileListAbsolute.txt
.......\.......\...\...\.....\K-means.exe
.......\.......\...\...\.....\K-means.pdb
.......\.......\...\...\.....\TempPE
.......\.......\Program.cs
.......\.......\Properties
.......\.......\..........\AssemblyInfo.cs
.......\K-means.suo
.......\K-means
.......\.......\bin
.......\.......\...\Debug
.......\.......\...\.....\K-means.exe
.......\.......\...\.....\K-means.pdb
.......\.......\...\.....\K-means.vshost.exe
.......\.......\...\.....\K-means.vshost.exe.manifest
.......\.......\...\Release
.......\.......\Centroid.cs
.......\.......\Cluster.cs
.......\.......\ClusterDataSet.cs
.......\.......\DataPoint.cs
.......\.......\JCA.cs
.......\.......\K-means.csproj
.......\.......\obj
.......\.......\...\x86
.......\.......\...\...\Debug
.......\.......\...\...\.....\DesignTimeResolveAssemblyReferencesInput.cache
.......\.......\...\...\.....\K-means.csproj.FileListAbsolute.txt
.......\.......\...\...\.....\K-means.exe
.......\.......\...\...\.....\K-means.pdb
.......\.......\...\...\.....\TempPE
.......\.......\Program.cs
.......\.......\Properties
.......\.......\..........\AssemblyInfo.cs