Skip to content

Commit

Permalink
Change \u201D quote marks around 'theta' to standard single apostroph…
Browse files Browse the repository at this point in the history
…e (\x27)
  • Loading branch information
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
Expand Up @@ -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
Expand Down

0 comments on commit bcd7de1

Please sign in to comment.