Click or drag to resize

PCAProject Method

Overload List
  NameDescription
Public methodProject(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.
Public methodProject(InputArray, OutputArray)
Projects vector(s) to the principal component subspace.
Top
See Also