mathnet-numerics
mathnet-numerics copied to clipboard
cdist equivalent in MathNet?
I am implementing some algorithms in C#, and need to use the MathNet library. I am having a hard time finding an equivalent to the pdist/cdist scipy functions. Is there a function that can accomplish this in mathnet? Or do I need to do it by hand with a nested loop?