Procrustes: Procrustes Projection

View source: R/jointPCA.R

ProcrustesR Documentation

Procrustes Projection

Description

Procrustes projection function to solve the procrustes problem ||A - UB||^2 U^T U = I

Usage

Procrustes(A, B)

Arguments

A

The input matrix A as target

B

the input matrix B as basis

Value

The procrustes matrix U


CHuanSite/SJD documentation built on Nov. 29, 2024, 5:52 a.m.