control_lsh | R Documentation |
Controls for LSH algorithm used in the package (see lsh for details).
control_lsh(
bucket_size = 10,
hash_width = 6,
num_probes = 5,
projections = 10,
tables = 30,
...
)
bucket_size |
The size of a bucket in the second level hash. |
hash_width |
The hash width for the first-level hashing in the LSH preprocessing. |
num_probes |
Number of additional probes for multiprobe LSH. |
projections |
The number of hash functions for each table. |
tables |
The number of hash tables to be used. |
... |
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.