Skip to content

Parallel K-Means Simulator is the program to learn K-means algorithm and Map-Reduce paradigm efficiently.

License

Notifications You must be signed in to change notification settings

taeminlee/PKMeansSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PKMeansSim : Parallel K-Means Simulator

Parallel K-Means Simulator is the program to learn K-means algorithm and Map-Reduce paradigm efficiently.

Download

Features

  • Visualize each step of Parallel K-means algorithm.
  • Customizable parameters (K, B, N)
  • Experiments with 2 data distribution (uniform, KBlock)

Screenshot

screenshot

  1. Master Node : Shows every points in the algorithm. Runs Reduce phase.
  2. Data Node : Shows arallized processing on data nodes. Runs Map & Combine phase.
  3. Log : Records event logs.
  4. Functional buttons : Set of buttons to control PKMeansSim. From left, 'Configuration', 'Algorithm describe figure', 'Data generation', 'Interval of visualize each step', 'Start PKMeansSim', 'Pause', 'Shows next step'.

About

Parallel K-Means Simulator is the program to learn K-means algorithm and Map-Reduce paradigm efficiently.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages