Added dot product from Annoy c++ source#78
Conversation
eddelbuettel
left a comment
There was a problem hiding this comment.
This looks very good!
Would you mind adding a ChangeLog entry (date/name/email with two spaces between them, tab to '*' describing file changed and how, one can group as needed).
I am not too concerned: this only adds new functionality in a way that should not affect existing functionality.
I will admit to having missed that. |
Perfect, just pushed commit. |
|
Turns out we forgot one microaspect of an added alias for the Rd file. I just took care of that in 6446e7b. |
I noticed Annoy has the dot product distance and wrote a quick drop-in interface. I don't know if this breaks things downstream but wanted to see if there was interest in adding this to the API.