Description Usage Arguments Value
requires two matrix and method to find pair-wise similarity
1 | distance_matrix(mat_1, mat_2, method = "cosine")
|
mat_1 |
First matirx |
mat_2 |
Second matirx |
method |
three options cosine, cor, and hamming default cosine |
mat_3 would return pair-wise similarity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.