# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "bigKNN" in publications use:' type: software license: GPL-2.0-or-later title: 'bigKNN: Exact Search and Graph Construction for ''bigmemory'' Matrices' version: 0.3.0 identifiers: - type: doi value: 10.32614/CRAN.package.bigKNN abstract: Exact nearest-neighbour and radius-search routines that operate directly on 'bigmemory::big.matrix' objects. The package streams row blocks through 'BLAS' kernels, supports self-search and external-query search, exposes prepared references for repeated queries, and can build exact k-nearest-neighbour, radius, mutual k-nearest-neighbour, and shared-nearest-neighbour graphs. Version 0.3.0 adds execution plans, serializable prepared caches, resumable streamed graph jobs, coercion helpers, exact candidate reranking, and recall summaries for evaluating approximate neighbours. authors: - family-names: Bertrand given-names: Frederic email: frederic.bertrand@lecnam.net preferred-citation: type: manual title: Exact Search and Graph Construction for 'bigmemory' Matrices authors: - family-names: Bertrand given-names: Frederic email: frederic.bertrand@lecnam.net year: '2026' notes: R package version 0.3.0 url: https://CRAN.R-project.org/package=bigKNN repository: https://fbertran.r-universe.dev repository-code: https://github.com/fbertran/bigKNN commit: fc76b39aa58ee0acf276b3397df2173824a0c45b url: https://fbertran.github.io/bigKNN/ date-released: '2026-03-26' contact: - family-names: Bertrand given-names: Frederic email: frederic.bertrand@lecnam.net