Skip to content

Commit

Permalink
better title
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Aug 21, 2014
1 parent aeaf39d commit 7ffa2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mllib-dimensionality-reduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $O(n^2 k)$ time on the driver.
compute $(A^T A)$'s top eigenvalues and eigenvectors on the driver node. This requires $O(k)$
passes, $O(n)$ storage on each executor, and $O(n k)$ storage on the driver.

## SVD Example
### SVD Example

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

0 comments on commit 7ffa2aa

Please sign in to comment.