文件名称:SimpleKMeans
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.02mb
- 下载次数:
- 0次
- 提 供 者:
- 李**
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
k-means聚类算法
指定类别数为K,对样本集合进行聚类,聚类的结果由K 个聚类中心来表达,基于给定的聚类目标函数(或者说是聚类效果判别准则),算法采用迭代更新的方法,每一次迭代过程都是向目标函数值减小的方向进行,最终的聚类结果使目标函数值取得极小值,达到较优的聚类效果。-k-means clustering algorithm for specific classes of K, the collection of samples for clustering, clustering the results of clustering by the K centers to the expression of a given cluster based on the objective function (or the criteria for clustering effects) algorithm using iterative update methods, iterative process of each objective function value is reduced to the direction of the final clustering result, the objective function to obtain the minimum value to achieve better clustering results.
指定类别数为K,对样本集合进行聚类,聚类的结果由K 个聚类中心来表达,基于给定的聚类目标函数(或者说是聚类效果判别准则),算法采用迭代更新的方法,每一次迭代过程都是向目标函数值减小的方向进行,最终的聚类结果使目标函数值取得极小值,达到较优的聚类效果。-k-means clustering algorithm for specific classes of K, the collection of samples for clustering, clustering the results of clustering by the K centers to the expression of a given cluster based on the objective function (or the criteria for clustering effects) algorithm using iterative update methods, iterative process of each objective function value is reduced to the direction of the final clustering result, the objective function to obtain the minimum value to achieve better clustering results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SimpleKMeans
............\Debug
............\.....\KMeans Sample Data.mdb
............\.....\SimpleKMeans.Core.dll
............\.....\SimpleKMeans.Demo.exe
............\.....\SimpleKMeans.Demo.exe.config
............\SimpleKMeans.Core
............\.................\Debug
............\.................\.....\KMEANS.obj
............\.................\.....\SimpleKMeans.pch
............\.................\.....\vc60.idb
............\.................\.....\vc60.pdb
............\.................\SimpleKMeans.Core.vcproj
............\.................\SimpleKMeans.Core.vcproj.YINPSOFT-PRO.Administrator.user
............\.................\SimpleKMeans.cpp
............\.................\SimpleKMeans.dsp
............\.................\SimpleKMeans.dsw
............\.................\SimpleKMeans.h
............\.................\SimpleKMeans.ncb
............\.................\SimpleKMeans.opt
............\.................\SimpleKMeans.plg
............\SimpleKMeans.Demo
............\.................\AlgorithmUtilities.cs
............\.................\App.config
............\.................\DataUtilities.cs
............\.................\DrawingUtilities.cs
............\.................\Form1.cs
............\.................\Form1.Designer.cs
............\.................\Form1.resx
............\.................\KMeansSettingForm.cs
............\.................\KMeansSettingForm.Designer.cs
............\.................\KMeansSettingForm.resx
............\.................\MainForm.cs
............\.................\MainForm.Designer.cs
............\.................\MainForm.resx
............\.................\Program.cs
............\.................\Properties
............\.................\..........\AssemblyInfo.cs
............\.................\..........\Resources.Designer.cs
............\.................\..........\Resources.resx
............\.................\..........\Settings.Designer.cs
............\.................\..........\Settings.settings
............\.................\Res
............\.................\...\Images
............\.................\...\......\clear.jpg
............\.................\SimpleKMeans.Demo.csproj
............\SimpleKMeans.ncb
............\SimpleKMeans.sln
............\Debug
............\.....\KMeans Sample Data.mdb
............\.....\SimpleKMeans.Core.dll
............\.....\SimpleKMeans.Demo.exe
............\.....\SimpleKMeans.Demo.exe.config
............\SimpleKMeans.Core
............\.................\Debug
............\.................\.....\KMEANS.obj
............\.................\.....\SimpleKMeans.pch
............\.................\.....\vc60.idb
............\.................\.....\vc60.pdb
............\.................\SimpleKMeans.Core.vcproj
............\.................\SimpleKMeans.Core.vcproj.YINPSOFT-PRO.Administrator.user
............\.................\SimpleKMeans.cpp
............\.................\SimpleKMeans.dsp
............\.................\SimpleKMeans.dsw
............\.................\SimpleKMeans.h
............\.................\SimpleKMeans.ncb
............\.................\SimpleKMeans.opt
............\.................\SimpleKMeans.plg
............\SimpleKMeans.Demo
............\.................\AlgorithmUtilities.cs
............\.................\App.config
............\.................\DataUtilities.cs
............\.................\DrawingUtilities.cs
............\.................\Form1.cs
............\.................\Form1.Designer.cs
............\.................\Form1.resx
............\.................\KMeansSettingForm.cs
............\.................\KMeansSettingForm.Designer.cs
............\.................\KMeansSettingForm.resx
............\.................\MainForm.cs
............\.................\MainForm.Designer.cs
............\.................\MainForm.resx
............\.................\Program.cs
............\.................\Properties
............\.................\..........\AssemblyInfo.cs
............\.................\..........\Resources.Designer.cs
............\.................\..........\Resources.resx
............\.................\..........\Settings.Designer.cs
............\.................\..........\Settings.settings
............\.................\Res
............\.................\...\Images
............\.................\...\......\clear.jpg
............\.................\SimpleKMeans.Demo.csproj
............\SimpleKMeans.ncb
............\SimpleKMeans.sln