simhash_dist | R Documentation |
Compute Hamming distance of Simhash value
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
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.