Skip to content

stored vector revised #86

@xyyimian

Description

@xyyimian

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions