proc_align_slicewise3 | R Documentation |
proc_align_slicewise3
applies an 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) to
the corresponding n \times d
slice of a
second n \times d \times m
array B
.
proc_align_slicewise3(A,B)
A |
An |
B |
An |
Returns the n \times d \times m
array resulting from applying the optimal aligning transformations to
the columns of the n \times d
slices of A
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.