-
k-means离群点检测
1算法思路
K-means算法
先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个:
1)没有(或最小数目)对象被重新分配给不同的聚类。
2)没有(或最小数目)聚类中心再发生变化。
3)误差平方和局部最小。
2算法步骤 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-17 08:21:18下载
- 积分:1
-
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码
内存补丁 生成器原代码-neicunbuding
- 2022-11-28 22:20:03下载
- 积分:1
-
Over the last twenty years, Soft Computing has developed rapidly as a discipline...
Over the last twenty years, Soft Computing has developed rapidly as a discipline and method for
- 2023-06-14 11:20:04下载
- 积分:1
-
Visison system design magazine september 2009
Visison system design magazine september 2009
- 2022-07-02 09:04:29下载
- 积分:1
-
VB+MAPX5.0做的简单电子地图程序,包括放大,缩小,拖动,查询,测距,图层显示,标注显示.只为给初学者一个例子...
VB+MAPX5.0做的简单电子地图程序,包括放大,缩小,拖动,查询,测距,图层显示,标注显示.只为给初学者一个例子-VB MAPX5.0 do simple electronic maps, including to zoom, drag, inquiries, and Ranging, layers, tagging shows. Just to give an example beginners
- 2023-07-09 02:35:03下载
- 积分:1
-
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 )...
编写一个程序,对用户由命令行参数传入的一个名称进行判断。如果是一个文件名,则输出该文件相关属性 ( 文件名、路径、绝对路径、是否可读、是否可写和文件的长度等 ) 。如果是一个目录,则输出该目录下的文件及子目录名列表。如该名称不存在,则以此名称为名在当前目录下创建一个子目录。
-prepare a process that the user from the command line parameters into the name of a judge. If it is a document, then the output of the document attribute (file name, path, the absolute path, readable, can be written and the length of documents, etc.). If it is a directory, then the output directory and subdirectory of documents from the list. If the name does not exist, it is also the name of the name of the current directory to create a subdirectory.
- 2022-05-13 23:55:22下载
- 积分:1
-
进货单录入模块最新版
进货单录入模块最新版-Don latest version Input Module
- 2022-06-20 22:37:59下载
- 积分:1
-
MSN Client in Assembler
Old client for Messenger (MSNP) before upgraded to XML format. Pure assembler, compile with FASM
- 2023-05-17 02:20:04下载
- 积分:1
-
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载...
消息循环重载实例:doevents,基于c++语言编写而成的,欢迎去下载下载-Examples of heavy news cycle: doevents, based on c++ language has been prepared by, and welcome to download to download! !
- 2022-04-08 18:02:17下载
- 积分:1
-
设置窗口的图标
设置窗口的图标-Set the icon of a window
- 2023-03-19 09:20:03下载
- 积分:1