proc_align3 | R Documentation |
proc_align3
applies one orthogonal transformation
to the columns of each of the n \times d
slices of an
n \times d \times m
array A
to
find the best approximation (in terms of matrix Frobenius norm, averaged
over the n \times d
slices) to a
second n \times d \times m
array B
.
Optionally, it may also return the optimal transformation
matrix.
proc_align3(A,B,return_orth=FALSE)
A |
An |
B |
An |
return_orth |
A Boolean which specifies whether to return the
orthogonal transformation.
Defaults to |
If return_orth
is FALSE
, returns the n \times d \times m
array resulting from applying the optimal aligning transformation to
the columns of the n \times d
slices of A
.
Otherwise, returns a list with two entries:
Ao |
The |
orth |
The |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.