volnmf_procrustes: Procrustes algorithm estimates orthonormal transformation...

View source: R/update_unitary.R

volnmf_procrustesR 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.


vrnmf documentation built on March 18, 2022, 6:11 p.m.