control_annoy | R Documentation |
Controls for Annoy algorithm used in the package (see RcppAnnoy for details).
control_annoy(n_trees = 250, build_on_disk = FALSE, ...)
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. |
Returns a list with parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.