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,
...
)
Returns a list with parameters.
The size of a bucket in the second level hash.
The hash width for the first-level hashing in the LSH preprocessing.
Number of additional probes for multiprobe LSH.
The number of hash functions for each table.
The number of hash tables to be used.
Additional arguments.