K-Means from scratch in C#
Before the algorithm can begin grouping, it requires a jumping-off point. This begins by placing K points into your data space. These are the Centroids the gravitational centers of your future cluster
braiden-gole.hashnode.dev27 min read