Description Usage Arguments Details Value See Also Examples
Converts cosines values into dissimilarities values.
1 |
cos |
a square upper triangular matrix where cos(i,j) is the cosine between the vector i and j. |
Cosines are standard measure of vector similarity, and can be converted into distance by dij = -log( (1 + cos(i,j) )/2).
A triangular matrix with the distances.
vcos()
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.