Skip to content

Commit 7ffa2aa

Browse files
committed
better title
1 parent aeaf39d commit 7ffa2aa

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
@@ -55,7 +55,7 @@ $O(n^2 k)$ time on the driver.
5555
compute $(A^T A)$'s top eigenvalues and eigenvectors on the driver node. This requires $O(k)$
5656
passes, $O(n)$ storage on each executor, and $O(n k)$ storage on the driver.
5757

58-
## SVD Example
58+
### SVD Example
5959

6060
MLlib provides SVD functionality to row-oriented matrices, provided in the
6161
<a href="mllib-basics.html#rowmatrix">RowMatrix</a> class.

0 commit comments

Comments
 (0)