Description Usage Arguments Value Examples
Compute Hamming distance of Simhash value
1 2 3 | simhash_dist(x, y)
simhash_dist_mat(x, y)
|
x |
a character vector of simhash value |
y |
a character vector of simhash value |
a character vector
1 2 3 4 5 | simhash_dist("1","1")
simhash_dist("1","2")
tobin("1")
tobin("2")
simhash_dist_mat(c("1","12","123"),c("2","1"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.