harizjet / K-meansAlgorithmProcess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 100.0%