skmeans_xdist | R Documentation |
Compute cosine cross-distances between the rows of matrices.
skmeans_xdist(x, y = NULL)
x |
A numeric data matrix. Can be a dense matrix, simple triplet matrix (package slam), or a dgTMatrix (package Matrix). |
y |
|
A dense matrix d
with entry d_{ij} = 1 - \cos(x_i, y_j)
the cosine distance between the i
-th row x_i
of x
and the j
-th row y_j
of y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.