volnmf_procrustes {vrnmf} | R Documentation |
Procrustes algorithm estimates orthonormal transformation between two matrices.
Description
volnmf_procrustes
finds orthonormal matrix Q
that minimizes objective
||A-B*Q||^2
Usage
volnmf_procrustes(A, B)
Arguments
A |
Numeric Matrices. Orthonormal transformation convert matrix |
B |
Numeric Matrices. Orthonormal transformation convert matrix |
Value
An optimal orthonormal tranformation matrix Q
.
[Package vrnmf version 1.0.2 Index]