bigANNOY-package: bigANNOY: Annoy Search for bigmemory Matrices

bigANNOY-packageR Documentation

bigANNOY: Annoy Search for bigmemory Matrices

Description

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.

Details

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.

Author(s)

Maintainer: Frederic Bertrand frederic.bertrand@lecnam.net

See Also

Useful links:


bigANNOY documentation built on April 1, 2026, 9:07 a.m.