Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change \u201D quote marks around 'theta' to standard single apostroph…
Browse files Browse the repository at this point in the history
…e (\x27)
Griffiths, Michael (NYC-RPM) committed Feb 27, 2015
1 parent 38eb535 commit bcd7de1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -130,7 +130,7 @@ abstract class LDAModel private[clustering] {

/* TODO
* Compute the estimated topic distribution for each document.
* This is often called theta in the literature.
* This is often called 'theta' in the literature.
*
* @param documents RDD of documents, which are term (word) count vectors paired with IDs.
* The term count vectors are "bags of words" with a fixed-size vocabulary

0 comments on commit bcd7de1

Please sign in to comment.