简体   繁体   中英

K-means Clustering 3D points in space using C#

I am looking for a package that has implemented K-means clustering algorithm in C# (For 3D points). I have been looking around but not sure about some of the implementations. Do you have any suggestion or used any of them?

Thanks in advance

OpenCV does K-means. There is the excellent .NET port EmguCV .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM