-
k-means离群点检测
1算法思路
K-means算法
先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个:
1)没有(或最小数目)对象被重新分配给不同的聚类。
2)没有(或最小数目)聚类中心再发生变化。
3)误差平方和局部最小。
2算法步骤 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-17 08:21:18下载
- 积分:1
-
这是一个国家的本地文件为CSV文件,而是一个逗号,空格,制表符克…
这是一个把本地文件保存成CSV文件,可是是逗号,空格,TAB键保存-This is a country where local file into CSV files, but is a comma, space, tab key preservation
- 2023-06-01 11:30:02下载
- 积分:1
-
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码...
经典游戏代码,主要为俄罗斯方块游戏代码、扫雷游戏代码、s60游戏代码以及贪吃蛇游戏代码、坦克1998游戏代码-Classic game code, mainly for the Russian box game code, game code mine, s60 game code as well as the Snake game code, game code tank in 1998
- 2022-10-18 14:30:03下载
- 积分:1
-
深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助...
深入浅出vc++入门,进阶与应用实例的源码第四部分,对于初学者有很多帮助-Easy vc++ entry, advanced source code examples and application of the fourth part of a lot of help for beginners
- 2022-01-31 11:50:16下载
- 积分:1
-
script compiler can compile code encryption. Can be used in many aspects.
脚本编译程序,可以编译vbscript代码.可以用于很多方面.-script compiler can compile code encryption. Can be used in many aspects.
- 2023-08-10 03:30:03下载
- 积分:1
-
学生选课系统
流程图的设计
界面的设计
系统调试与操作说明...
学生选课系统
流程图的设计
界面的设计
系统调试与操作说明-Student Course Selection System flowchart design interface design system for debugging and operating instructions
- 2023-07-13 10:10:05下载
- 积分:1
-
the application demonstrated how direct access to physical drive
这个应用程序演示了如何直接地访问物理驱动-读取/编写扇区/簇,可和MBR, FAT,根目录等一块运行。包括了一个函数,能用来搜索坏了的簇,例如磁盘检查工具。它的局限性是它只能和FAT驱动一块运行(FAT12, FAT16,和FAT32),且不支持大的驱动器。-the application demonstrated how direct access to physical drive-reading/preparation Sector/cluster, and the MBR, FAT, such as a root directory operations. Includes a function can be used to search out of the cluster, such as disk diagnostic tools. Its limitations is that it can only run a FAT drive (FAT12, FAT16 and FAT32), which did not support the drive.
- 2023-03-24 17:40:04下载
- 积分:1
-
提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。...
提取和插入运算符重载。一个有关VC++输入、输出流的程序,比较适合VC++初学者。以后我上传一系列这种类型的源程序供大家学习之用。-extraction and insertion Operator. One of the VC input and output streams procedure more suitable for beginners VC. After I uploaded a series of this type of source for all learning.
- 2022-05-15 04:38:33下载
- 积分:1
-
这个也是DES源代码,大约100行,大家来看看,有什么意见
这个也是DES源代码,大约100行,大家来看看,有什么意见-This is a DES source code, about 100 lines, we take a look at what the views of
- 2022-01-31 03:55:06下载
- 积分:1
-
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)...
动态程序框架例子,一个主程序,将动态库中的界面调到主程序中,有多少个动态库由主程序自动识别。相当于插件功能:)-dynamic procedural framework example, a main program, the dynamic repository transferred to the main program interface, the number of DLL by the main program automatic identification. The equivalent plug-in function :)
- 2022-02-03 06:45:50下载
- 积分:1