This function allows you to compute the procrustes projections, min_U ||A - UB||^2 U^T U = I. It is an inner function, which shouldn't be used by users alone.
1 | Procrustes(A, B)
|
A |
The objective matrix to be approximated |
B |
The matrix to be used to approximate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.