Skip to content

Commit 826b8fe

Browse files
committed
left singular vectors
1 parent 3f34fc6 commit 826b8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mllib-dimensionality-reduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ If we keep the top $k$ singular values, then the dimensions of the resulting low
4242
### Performance
4343
We assume $n$ is smaller than $m$. The singular values and the right singular vectors are derived
4444
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
45+
storing the left singular vectors $U$, is computed via matrix multiplication as
4646
$U = A (V S^{-1})$, if requested by the user via the computeU parameter.
4747
The actual method to use is determined automatically based on the computational cost:
4848

0 commit comments

Comments
 (0)