https://github.com/zeyadetman/k-meansalgorithm
K-Means Algorithm implemented using sequential and parallel algorithms.
https://github.com/zeyadetman/k-meansalgorithm
cs-projects k-means k-means-clustering k-means-plus-plus kmeans kmeans-algorithm kmeans-clustering kmeans-clustering-algorithm kmeans-plus-plus
Last synced: about 2 months ago
JSON representation
K-Means Algorithm implemented using sequential and parallel algorithms.
- Host: GitHub
- URL: https://github.com/zeyadetman/k-meansalgorithm
- Owner: zeyadetman
- Created: 2018-03-26T17:26:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T01:55:33.000Z (about 7 years ago)
- Last Synced: 2025-01-17T15:53:18.993Z (3 months ago)
- Topics: cs-projects, k-means, k-means-clustering, k-means-plus-plus, kmeans, kmeans-algorithm, kmeans-clustering, kmeans-clustering-algorithm, kmeans-plus-plus
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# K-MeansAlgorithm
K-Means Algorithm implemented using sequential and parallel algorithms.## NOTE
If error `freopen deprecated` appears in visual studio, follow [this steps](https://stackoverflow.com/a/46034465/5721245) to ignore.