Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/melvynator/k-means
Implementation of a k-means algorithm on 1 dimension for movie clustering
https://github.com/melvynator/k-means
Last synced: 8 days ago
JSON representation
Implementation of a k-means algorithm on 1 dimension for movie clustering
- Host: GitHub
- URL: https://github.com/melvynator/k-means
- Owner: melvynator
- Created: 2016-02-20T14:14:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-20T14:40:07.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T01:05:54.395Z (over 1 year ago)
- Language: Python
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
I code with Python 2.7.6 on linux mint.
I used pandas, numpy and the standard librairy.
To execute the script just type in a terminal:python main.py
It will create different folders but the result are in the folder "clusters".
You can switch the parameters of the k-mean function to create more or less clusters and with epsilon if you want a less regular convergence.