Skip to contents

All functions

blocking()
Block records based on text data.
controls_ann()
Controls for approximate nearest neighbours algorithms
controls_txt()
Controls for processing text data
method_annoy()
An internal function to use Annoy algorithm via the RcppAnnoy package.
method_hnsw()
An internal function to use HNSW algorithm via the RcppHNSW package.
method_mlpack()
An internal function to use the LSH and KD-tree algorithm via the mlpack package.
method_nnd()
An internal function to use the NN descent algorithm via the rnndescent package.
pair_ann()
Integration with the reclin2 package