Alike icon indicating copy to clipboard operation
Alike copied to clipboard

A simple-but-useful kNN library for NodeJS, comparing JSON Objects using Euclidean distances

Results 5 Alike issues
Sort by recently updated
recently updated
newest added

Great stuff in addition to the `look-alike` module. I was wondering would it be possible to return the accuracy/match for results? thanks

Hi, Thank you for your work and interesting library! My question is: Is it possoble to get index of matched neighbours instead of array of matched attributes? Based on README...

I was trying to use the debug option but it doesn't exist. Looks like the NPM package is out of date and doesn't include the commit. Would be great if...

![screen shot 2013-12-03 at 10 56 13 am](https://f.cloud.github.com/assets/1299380/1666844/a5cfa7f0-5c4c-11e3-86b6-0d3f55ef43ab.png) ![screen shot 2013-12-03 at 10 56 26 am](https://f.cloud.github.com/assets/1299380/1666846/a92145d0-5c4c-11e3-8c90-d5cd5ba52ca3.png)

Saw your library on HN. Looks useful. Quick very minor suggestion: you say: ``` Where movies is an array of objects that have at least those 5 attributes. Returns the...