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 in matrix A.

B

Numeric Matrices. Orthonormal transformation convert matrix B in matrix A.

Value

An optimal orthonormal tranformation matrix Q.


[Package vrnmf version 1.0.2 Index]