Skip to content

Commit c8a1013

Browse files
author
Feynman Liang
committed
Code review changes
1 parent 7401012 commit c8a1013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/mllib-clustering.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,15 +477,15 @@ failure recovery.
477477

478478
All of MLlib's LDA models support:
479479

480-
* `describeTopics`: Returns the top terms and their weights for each topics
480+
* `describeTopics`: Returns topics as arrays of most important terms and
481+
term weights
481482
* `topicsMatrix`: Returns a `vocabSize` by `k` matrix where each column
482483
is a topic
483484

484485
*Note*: LDA is still an experimental feature under active development.
485486
As a result, certain features are only available in one of the two
486487
optimizers / models generated by the optimizer. Currently, a distributed
487-
model can be converted into a local model (during which we assume a
488-
uniform `docConcentration` document-topic prior), but not vice-versa.
488+
model can be converted into a local model, but not vice-versa.
489489

490490
The following discussion will describe each optimizer/model pair
491491
separately.

0 commit comments

Comments
 (0)