crossprod | R Documentation |
Compute the (transposed) cross-product of large sparse matrices using the same
infrastructure as simil()
and dist()
.
crossprod(x, y = NULL, min_prod = NULL, digits = 14)
tcrossprod(x, y = NULL, min_prod = NULL, digits = 14)
x |
a base::matrix or Matrix::Matrix object. Dense matrices are covered to the Matrix::CsparseMatrix internally. |
y |
if a base::matrix or Matrix::Matrix object is provided, proximity
between documents or features in |
min_prod |
the minimum product to be recorded. |
digits |
determines rounding of small values towards zero. Use primarily to correct floating point errors. Rounding is performed in C++ in a similar way as base::zapsmall. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.