normalize.uv: Normalize the matrices U and V

normalize.uvR Documentation

Normalize the matrices U and V

Description

Rotate U and V using either QR or SVD decompositions. The QR methods rotate U and V in such a way to obtain an orthogonal U and a lower triangular V. The SVD method rotate U and V in such a way to obtain an orthogonal U and a scaled orthogonal V.

Usage

normalize.uv(U, V, method = c("qr", "svd"))

sgdGMF documentation built on April 3, 2025, 7:37 p.m.