NNS (Near-Neighbor Search)
Wraps one or more attractors to perform near-neighbor search.
result = memory.first_picked(
view, memory.nns(
memory.set_members(memory.by_item_key("sets", "my_set")),
))
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Wraps one or more attractors to perform near-neighbor search.
result = memory.first_picked(
view, memory.nns(
memory.set_members(memory.by_item_key("sets", "my_set")),
))