Description Usage Arguments Value Examples
Function to take a signature matrix M composed of b bands and r rows and return a bucket for each band for each record
1 |
signature |
Signature matrix M composed of b bands and r rows |
b |
Number of bands |
Bucket for each band for each record
1 2 3 4 5 6 | head(data <- RLdata500[-c(2,4)])
minidata <- data[1:2,]
head(all_the_shingles <- apply(minidata,1,shingles,k=8))
head(minhash.minidata <- minhash_v2(all_the_shingles, p=10))
hash_signature(minhash.minidata, b=2)
hash_signature(minhash.minidata, b=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.