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 slices of an
array
to
find the best approximation (in terms of matrix Frobenius norm) to
the corresponding
slice of a
second
array
.
Usage
proc_align_slicewise3(A,B)
Arguments
A |
An |
B |
An |
Value
Returns the
array resulting from applying the optimal aligning transformations to
the columns of the
slices of
A
.
[Package fase version 1.0.1 Index]