PCAProject Method |
Name | Description | |
---|---|---|
Project(InputArray) |
Projects vector(s) to the principal component subspace.
The methods project one or more vectors to the principal component
subspace, where each vector projection is represented by coefficients in
the principal component basis. The first form of the method returns the
matrix that the second form writes to the result. So the first form can
be used as a part of expression while the second form can be more
efficient in a processing loop.
| |
Project(InputArray, OutputArray) |
Projects vector(s) to the principal component subspace.
|