-
Notifications
You must be signed in to change notification settings - Fork 0
yao5461/DKmeans
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Distribute K-Means ================= Try to implement a distribute K-Means. The first idea is to implement it by using MapReduce base Hadoop. The second idea is to use C/S model base socket communication. This project is for the second idea. Detail in this project: I try to implement K-Means in distribute way. A simply solution is to create several calculate processes and one controller process. The controller process is responsible for sending message and data to calculate process and receive the result. There are mulptiple threads in controller process. All calculate processes are the same except for the port number. It is similiar with C/S(I think so). I think it is a solution. I will change this if there are something wrong. In this project: controller process --- Controller calculate process --- Mapper The project run in Linux. coding language: C++ using TCP/IP protocol, socket (UC Berkeley), pthread Author: yao
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published