cjekel / similarity_measures

Quantify the difference between two arbitrary curves in space
MIT License
245 stars 41 forks source link

Added MAE and MSE #21

Closed HarshRaoD closed 2 years ago

HarshRaoD commented 2 years ago

Added extra functions to find the Mean Absolute Distance (MAE) and the Mean Squared Distance (MSE) between the two curves. It works with all the distance measures in scipy.spatial.distance.cdist.

cjekel commented 2 years ago

This is great! Thanks for following the existing style in this library! and for including documentation!

I'm going to request some changes which I think will make these methods even better.

That all said, I'm sure many users will find this helpful! So thank you for the contribution.

cjekel commented 2 years ago

Thanks @HarshRaoD for you work on this!