-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Description
I was going to compute recall rate using NearPy. But I found that the vectors I stored has been revised.
The following is what I did.
I stored a bunch of vectors in engine. And I did
recall_list = engine.neighbours(vectors[0])
I printed out recall_list[0], the third element, which is the distance, shows that recall_list[0] is just vectors[0] since the distance is 0.0.
But I compared concrete vector element value and found that the vectors has been revised.
That's why I can not index the recalled vector in my original vectors.
I don't know what's wrong. Thanks for your reply.
Metadata
Metadata
Assignees
Labels
No labels