mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-21 12:59:35 +00:00
[PR #589] [MERGED] feat: K Means Clustering Added #1023
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/589
Author: @Lakhan-Nad
Created: 8/4/2020
Status: ✅ Merged
Merged: 8/8/2020
Merged by: @kvedala
Base:
master← Head:master📝 Commits (10+)
bcd48d7feat: K Means Clustering Addedbc0c269Update k_means_clustering.c0d2761bUpdate k_means_clustering.c6783efbUpdate k_means_clustering.c69675e0Update k_means_clustering.c92585e8Update machine_learning/k_means_clustering.c90152e7update: change in docs and a new test added85a0eb2Update machine_learning/k_means_clustering.c6e68800Update machine_learning/k_means_clustering.c341a355update: scale down rand() before multiplication📊 Changes
1 file changed (+335 additions, -0 deletions)
View changed files
➕
machine_learning/k_means_clustering.c(+335 -0)📄 Description
Implemented K Means Clustering in C
The data set used for implementing is ordered pair(x,y) in 2D plane.
Description of Change
References
Checklist
Notes:
The Link Checks are always failing I am really unable to understand why
If you can refer some resources to learn about it that would be really helpful.
���� This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.