mljs / distance

Distance functions to compare vectors
https://mljs.github.io/distance/
MIT License
66 stars 4 forks source link

distances and similarity #1

Closed maasencioh closed 9 years ago

maasencioh commented 9 years ago

Distances and similarities from:

http://www.naun.org/main/NAUN/ijmmas/mmmas-49.pdf

Only need to fix 4 test, because for mocha it's diferent 0.2 to 0.200000007.

targos commented 9 years ago

To test results that are not precise, you cant use should.approximately

maasencioh commented 9 years ago

THANKS I really was stuck in that, I was even trying chai but it didn't fix that