Hi all,
I am writing a program in C# in which I have a set of 200 points displayed on an image. However, the points tend to cluster in various regions, and I am looking to find a way to "cluster." In other words, maybe draw a circle/ellipse around the clustered points.
Has anyone seen any way to do this? I have heard about K-means clustering, but I am not sure how to implement it in C#.
Any favorite implementations out there?
Cheers, Brett