mathnet-numerics icon indicating copy to clipboard operation
mathnet-numerics copied to clipboard

Minkowski Distance

Open EMostafaAli opened this issue 10 years ago • 3 comments

Adding Minkowski Distance to the histogram class, it can be used to compare two histograms

EMostafaAli avatar Mar 09 '15 18:03 EMostafaAli

Thanks!

I wonder whether we can make it such that any of the distance functions can be used here?

cdrnet avatar Mar 09 '15 19:03 cdrnet

Should I use delegates to accept any distance function? If yes, I believe there will be two overloads because Distance functions signature differ a little bit

EMostafaAli avatar Mar 09 '15 20:03 EMostafaAli

I believe this can be merged now in the code, it uses delegates to call distance functions

EMostafaAli avatar Jul 02 '15 01:07 EMostafaAli