-
k-means离群点检测
1算法思路
K-means算法
先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。这个过程将不断重复直到满足某个终止条件。终止条件可以是以下任何一个:
1)没有(或最小数目)对象被重新分配给不同的聚类。
2)没有(或最小数目)聚类中心再发生变化。
3)误差平方和局部最小。
2算法步骤 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-06-17 08:21:18下载
- 积分:1
-
解决中小学科研成果人工收集、统计等工作量大等问题,特开发科研管理系统。
功能:
论文管理: 发表论文添加 获奖论文添加 交流论...
解决中小学科研成果人工收集、统计等工作量大等问题,特开发科研管理系统。
功能:
论文管理: 发表论文添加 获奖论文添加 交流论文添加 论文管理
课题管理: 结题课题添加 获奖课题添加 课题管理
课件管理: 获奖课件添加 课件管理
著作管理: 出版著作添加 著作管理
及各项成果的统计、报表打印、excel导出等功能。-excel,
- 2022-01-26 03:41:10下载
- 积分:1
-
Lister les chemins trop longs
- 2023-01-27 01:55:04下载
- 积分:1
-
粒子群优化算法的MATLAB
函数[x,fval,exitflag,output]=pso(objfunc,nvars,options)
- 2022-06-14 22:30:17下载
- 积分:1
-
Java achieve powerful calculator can be controlled with precision the number of...
用Java实现的计算器 功能强大 能控制数字的精度 与windows的界面一样-Java achieve powerful calculator can be controlled with precision the number of windows in the same interface
- 2022-10-04 12:25:03下载
- 积分:1
-
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),...
・此代码示范了如何利用 CreateToolhelp32Snapshot API函数枚举系统当前进程。以及如何用HANDLE OpenProcess(...),TerminateProcess(...)来打开和关闭活动进程。... -this code demonstrated how to use CreateToolhelp32Snapshot API function except to the current process system. And how HANDLE OpenProcess (...), TerminateProcess (...) to open up the process and the closure of activities. ...
- 2022-08-06 11:43:54下载
- 积分:1
-
vb 登陆源代码
非常详细的vb登陆界面的源代码,适合初学者用,希望大家可以喜欢,另外大家如果也有vb相关的源代码也可贴出来大家一起共享,大家如果需要其他方面的,如果方便我也可以继续贴出来给大家,。。呵呵
- 2022-03-15 08:35:06下载
- 积分:1
-
网络程序设计
网络程序设计-ASP5B
在ASP中内置了了功能强大的ACTIVEX server 组件,其中包括数据库存取组件、文件存取组、广告轮显组件、浏览器兼容组件、文件超链接组件等。
-network programming-ASP5B in ASP built a powerful ACTIVEX server components, including database access components, file access group, advertising round of significant components browser compatible components, document components, such as hyperlinks.
- 2022-05-26 13:26:16下载
- 积分:1
-
建立一个ADOCE项目使用Visual C++ 6是相当简单的。假设…
Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)-Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a*very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)
- 2022-09-06 10:45:03下载
- 积分:1
-
Windows程序设计(第5版,珍藏版)源码
这是Windows程序设计(第5版,珍藏版)源码,希望对大家有用
- 2022-07-17 22:07:20下载
- 积分:1