Skip to content

Commit 6429c59

Browse files
committed
Add link to rowmatrix docs
1 parent 1eeab8b commit 6429c59

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/mllib-dimensionality-reduction.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ displayTitle: <a href="mllib-guide.html">MLlib</a> - Dimensionality Reduction
1111
of reducing the number of variables under consideration.
1212
It can be used to extract latent features from raw and noisy features
1313
or compress data while maintaining the structure.
14-
MLlib provides support for dimensionality reduction on the RowMatrix class.
14+
MLlib provides support for dimensionality reduction on the <a href="mllib-basics.html#rowmatrix">RowMatrix</a> class.
1515

1616
## Singular value decomposition (SVD)
1717

@@ -39,7 +39,8 @@ If we keep the top $k$ singular values, then the dimensions of the resulting low
3939
* `$\Sigma$`: `$k \times k$`,
4040
* `$V$`: `$n \times k$`.
4141

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

4445
<div class="codetabs">
4546
<div data-lang="scala" markdown="1">

0 commit comments

Comments
 (0)