Applied Math#
|
Mean center the matrix A by subtracting its mean. |
|
Returns optimal rotation matrix to align 2D coordinates A to B. |
|
Principal component analysis of matrix A. |
Implementation Details#
|
Principal component analysis of matrix A by eigen decomposition. |
|
Principal component analysis of matrix A by singular value decomposition. |