You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.
Presently, FNNTW uses a BinaryHeap to store nearest neighbor candidates and stems that must be checked. A feature vec-container was added which attempts to build something akin to a max heap, but it's strictly slower than BinaryHeap. It would be good to explore other candidate containers to see if there is a better, faster one.
The text was updated successfully, but these errors were encountered:
Presently, FNNTW uses a
BinaryHeap
to store nearest neighbor candidates and stems that must be checked. A featurevec-container
was added which attempts to build something akin to a max heap, but it's strictly slower thanBinaryHeap
. It would be good to explore other candidate containers to see if there is a better, faster one.The text was updated successfully, but these errors were encountered: