数据挖掘中的一个聚类算法k-means。

源代码在线查看: k-means.sln

软件大小: 12 K
上传用户: hndsgzyb
关键词: k-means 数据挖掘 聚类算法
下载地址: 免注册下载 普通下载 VIP

相关代码

				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
							

相关资源