mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-17 14:34:59 +00:00
[PR #588] [CLOSED] feat: K Means Clutering Added #1021
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/588
Author: @Lakhan-Nad
Created: 8/4/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
b55e4dcfeat: K Means Clutering Added7d419e0Delete k_means_clustering.c📄 Description
K Means Clustering implemented in C programming language
The test data set used for implementing the clustering is a point in 2D plane.
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.