![]() | Float |
The FloatPCA type exposes the following members.
Name | Description | |
---|---|---|
![]() | center_ | If true, the data supplied at construction time will be shifted to be zero-centered. |
![]() | d_ | Eigenvalues. |
![]() | means_ | Column means. Used for centering. |
![]() | norms_ | Column 1-norms. Used for scaling. |
![]() | scale_ | If true, the data supplied at construction time will be scaled to have unit variance. |
![]() | scores_ | Scores matrix. |
![]() | v_ | Right eigenvectors. |
![]() | x_ | The data matrix. |