Skip to content

Commit 3f34fc6

Browse files
committed
PCA is still TS
1 parent 7ffa2aa commit 3f34fc6

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
@@ -137,7 +137,7 @@ statistical method to find a rotation such that the first coordinate has the lar
137137
possible, and each succeeding coordinate in turn has the largest variance possible. The columns of
138138
the rotation matrix are called principal components. PCA is used widely in dimensionality reduction.
139139

140-
MLlib supports PCA for matrices stored in row-oriented format.
140+
MLlib supports PCA for tall-and-skinny matrices stored in row-oriented format.
141141

142142
<div class="codetabs">
143143
<div data-lang="scala" markdown="1">

0 commit comments

Comments
 (0)