View source: R/rdf_functions.R
rdf_from_matrices | R Documentation |
Defining H = A^TA + B^TB
where A
and B
are low rank, compute
n - 2tr(H) + tr(HH)
in O(np^2)
instead of O(n^2p^2)
.
rdf_from_matrices(A, B)
A |
a |
B |
a |
rdf.merMod
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.