View source: R/signatures_utils.R
computeCorrelationOfTwoSetsOfSigs | R Documentation |
Compute the cosine similarity between two sets of signatures, which results in a cosine similarity matrix.
computeCorrelationOfTwoSetsOfSigs(sigs1, sigs2)
sig1 |
matrix of signatures, with signatures as columns |
sig2 |
matrix of signatures, with signatures as columns |
cosine similarity matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.