Skip to content

Commit

Permalink
Code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Feynman Liang committed Aug 25, 2015
1 parent 7401012 commit c8a1013
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/mllib-clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,15 +477,15 @@ failure recovery.

All of MLlib's LDA models support:

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

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

The following discussion will describe each optimizer/model pair
separately.
Expand Down

0 comments on commit c8a1013

Please sign in to comment.