View source: R/find_duplicates.R
find_duplicates | R Documentation |
find_duplicates
takes a data frame with two matchr_signature vectors
and identifies and labels duplicate signatures, according to a given set of
thresholds.
find_duplicates(x, threshold = 80, find_all = FALSE, quiet = FALSE)
x |
A data frame with two columns containing matchr_signature vectors.
If there are columns named |
threshold |
A length-one integer vector. Which Hamming distance should
be used to consider images to be identical? If the distance between two |
find_all |
A logical scalar. Should the function find all |
quiet |
A logical scalar. Should the function execute quietly, or should it return status updates throughout the function (default)? |
The input data frame, with additional x_id
and y_id
fields which
identify duplicated image signatures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.