control_hnsw | R Documentation |
Controls for HNSW algorithm used in the package (see RcppHNSW::hnsw_build()
and RcppHNSW::hnsw_search()
for details).
control_hnsw(M = 25, ef_c = 200, ef_s = 200, grain_size = 1, byrow = TRUE, ...)
M |
Controls the number of bi-directional links created for each element during index construction. |
ef_c |
Size of the dynamic list used during construction. |
ef_s |
Size of the dynamic list used during search. |
grain_size |
Minimum amount of work to do (rows in the dataset to add) per thread. |
byrow |
If |
... |
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.