数据挖掘中的一个聚类算法k-means。
源代码在线查看: k-means.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "k-means", "k-means.csproj", "{786A1C90-8872-47AD-8A1B-2053CE75C7F2}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{786A1C90-8872-47AD-8A1B-2053CE75C7F2}.Debug.ActiveCfg = Debug|.NET
{786A1C90-8872-47AD-8A1B-2053CE75C7F2}.Debug.Build.0 = Debug|.NET
{786A1C90-8872-47AD-8A1B-2053CE75C7F2}.Release.ActiveCfg = Release|.NET
{786A1C90-8872-47AD-8A1B-2053CE75C7F2}.Release.Build.0 = Release|.NET
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal