| bigANNOY-package | R Documentation |
Approximate nearest-neighbour search for bigmemory::big.matrix
references through Annoy indexes built on disk, with multi-metric Annoy
support, explicit loaded-index lifecycle helpers, descriptor-aware
file-backed workflows, benchmark helpers, and in-memory or streamed
big.matrix result writes.
Package options:
bigANNOY.block_size: default number of rows processed per block while
building an index or reading query matrices. Defaults to 1024L.
bigANNOY.backend: backend used by the public API. Defaults to "cpp".
Set to "r" only for debugging/comparison, or "auto" to prefer the
native backend when available.
bigANNOY.progress: logical flag controlling simple progress messages
during index build and search. Defaults to FALSE.
Maintainer: Frederic Bertrand frederic.bertrand@lecnam.net
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.