proc_align3 {fase} | R Documentation |
Procrustes alignment for 3-mode tensors
Description
proc_align3
applies one orthogonal transformation
to the columns of each of the slices of an
array
to
find the best approximation (in terms of matrix Frobenius norm, averaged
over the
slices) to a
second
array
.
Optionally, it may also return the optimal transformation
matrix.
Usage
proc_align3(A,B,return_orth=FALSE)
Arguments
A |
An |
B |
An |
return_orth |
A Boolean which specifies whether to return the
orthogonal transformation.
Defaults to |
Value
If return_orth
is FALSE
, returns the
array resulting from applying the optimal aligning transformation to
the columns of the
slices of
A
.
Otherwise, returns a list with two entries:
Ao |
The |
orth |
The |
[Package fase version 1.0.1 Index]