首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 动态分布k-均值集群系统

动态分布k-均值集群系统

  • 资源大小:79.63 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 系统 集群 动态 均值 分布

资 源 简 介

Distributed K-means Algorithm K-means clustering is a well-known and well-studied exploratory data analysis technique. The standard version assumes that all data are available at a single location. The system deployed in this project implements a dynamic distributed k-means algorithm which has been described in the section 5 of the paper “Approximate Distributed K-Means Clustering over a Peer-to-Peer Network”. It takes a completely decentralized approach, where peers (nodes) only synchronize with their immediate neighbors. The result of this distributed k-means algorithm has been tested to achieve very good accuracy (more than 97%, mentioned in the section 6.5.1 of the paper) compared to centralized k-means clustering. Goal Aiming to realize a distributed kmeans clustering algorithm which allows dynamic change of nodes. Still in the process of changing from static clustering to dynamic one. There are three steps: 1) allowing the

文 件 列 表

dk_means
peer.py
server.py
peer_01.py
peer_02.py
results
.svn
distributed_kmeans.py
.project
.pydevproject
interface.py
VIP VIP
0.176223s