SciSharp / NumSharp

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

Unique() and Random() methods do not resolve #3

Closed ffrankozz closed 6 years ago

ffrankozz commented 6 years ago

Have they not been implemented yet?

Oceania2018 commented 6 years ago

@frank-ozgul It's all implemented.

Unique()

var nClasses = y.Unique().Length;

Random()

image

I'm using NumSharp in the Neural Network implementation, check this repo

ffrankozz commented 6 years ago

I was using the package at NuGet Site. So it does not seem to have them. But I notice now in the github code they exist. Thank you.