Description Usage Arguments Value
Given vectors 1 and 2, delivers matrix with pairwise products. Necessary for calculation of the score function.
1 | pairwise_prods(vec1, vec2)
|
vec1 |
first vector |
vec2 |
second vector |
Matrix with all products (length(vec1) = nrows, length(vec2) = ncols))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.