SciSharp / NumSharp

High Performance Computation for N-D Tensors in .NET, similar API to NumPy.
https://github.com/SciSharp
Apache License 2.0
1.36k stars 189 forks source link

Clustering Example #372

Open turowicz opened 4 years ago

turowicz commented 4 years ago

Do we have a C# version of something like this? https://github.com/lars76/kmeans-anchor-boxes

turowicz commented 4 years ago

cc @Nucs @Oceania2018

turowicz commented 4 years ago

It seems that C# np.random.choice has different arguments than the original one.