control_annoy {blocking} | R Documentation |
Controls for the Annoy algorithm
Description
Controls for Annoy algorithm used in the package (see RcppAnnoy for details).
Usage
control_annoy(n_trees = 250, build_on_disk = FALSE, ...)
Arguments
n_trees |
An integer specifying the number of trees to build in the Annoy index. |
build_on_disk |
A logical value indicating whether to build the Annoy index on disk instead of in memory. |
... |
Additional arguments. |
Value
Returns a list with parameters.
[Package blocking version 1.0.1 Index]