We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffa2aa commit 3f34fc6Copy full SHA for 3f34fc6
docs/mllib-dimensionality-reduction.md
@@ -137,7 +137,7 @@ statistical method to find a rotation such that the first coordinate has the lar
137
possible, and each succeeding coordinate in turn has the largest variance possible. The columns of
138
the rotation matrix are called principal components. PCA is used widely in dimensionality reduction.
139
140
-MLlib supports PCA for matrices stored in row-oriented format.
+MLlib supports PCA for tall-and-skinny matrices stored in row-oriented format.
141
142
<div class="codetabs">
143
<div data-lang="scala" markdown="1">
0 commit comments