We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f34fc6 commit 826b8feCopy full SHA for 826b8fe
docs/mllib-dimensionality-reduction.md
@@ -42,7 +42,7 @@ If we keep the top $k$ singular values, then the dimensions of the resulting low
42
### Performance
43
We assume $n$ is smaller than $m$. The singular values and the right singular vectors are derived
44
from the eigenvalues and the eigenvectors of the Gramian matrix $A^T A$. The matrix
45
-storing the right singular vectors $U$, is computed via matrix multiplication as
+storing the left singular vectors $U$, is computed via matrix multiplication as
46
$U = A (V S^{-1})$, if requested by the user via the computeU parameter.
47
The actual method to use is determined automatically based on the computational cost:
48
0 commit comments