Skip to content

Commit

Permalink
Docs typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Dec 19, 2024
1 parent 141ee0a commit 2bcd076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/HTML/pca_by_eigen.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
In linear algebra, SVD is a factorization of a real or complex matrix into a rotation, followed by a rescaling followed by another rotation. It generalizes the eigen-decomposition of a square normal matrix with an orthonormal eigenbasis to any ⁠mXn matrix.<BR>
It returns the 3 metrices U, &Sigma;, and V inside a std::tuple.<BR><BR>
<I>U</I> contains the left singular vectors of the original matrix, meaning its columns are orthonormal vectors that span the row space of the matrix.<BR>
<I>S</I> is a diagonal matrix that contains sqrt of eigenvalues of the original matrix's covariance matrix, arranged in descending order.<BR>
<I>S</I> is a diagonal matrix that contains sqrt of eigenvalues of the original matrix, arranged in descending order.<BR>
<I>V</I> contains the right singular vectors of the original matrix, represented as its columns.<BR>
Original matrix (A) = U * &Sigma; * V<sup>T</sup><BR>
</td>
Expand Down

0 comments on commit 2bcd076

Please sign in to comment.