proc_align_slicewise3 {fase}R Documentation

Slicewise Procrustes alignment for 3-mode tensors

Description

proc_align_slicewise3 applies an orthogonal transformation to the columns of each of the n×dn \times d slices of an n×d×mn \times d \times m array AA to find the best approximation (in terms of matrix Frobenius norm) to the corresponding n×dn \times d slice of a second n×d×mn \times d \times m array BB.

Usage

proc_align_slicewise3(A,B)

Arguments

A

An n×d×mn \times d \times m array.

B

An n×d×mn \times d \times m array.

Value

Returns the n×d×mn \times d \times m array resulting from applying the optimal aligning transformations to the columns of the n×dn \times d slices of A.


[Package fase version 1.0.1 Index]