C# - Data Clustering approach

Posted by Brett on Stack Overflow See other posts from Stack Overflow or by Brett
Published on 2010-06-15T15:29:59Z Indexed on 2010/06/15 15:32 UTC
Read the original article Hit count: 385

Filed under:
|
|
|
|

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

© Stack Overflow or respective owner

Related posts about c#

Related posts about data