Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 751 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 751 Bytes

K-Means Process

What?

  1. Help visualized the Process of K-Means by Iteration

How?

  1. Save data in .csv
  2. Run the main.py and pass [file] [n-centroid] [euclidean/manhattan/cosine] [max-iteration] optional[visualized] as the arguments.

Sample Result