Skip to content

Commit

Permalink
SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars i…
Browse files Browse the repository at this point in the history
…n LDAModel.scala

Remove unicode characters from MLlib file.

Author: Michael Griffiths <msjgriffiths@gmail.com>
Author: Griffiths, Michael (NYC-RPM) <michael.griffiths@reprisemedia.com>

Closes #4815 from msjgriffiths/SPARK-6063 and squashes the following commits:

bcd7de1 [Griffiths, Michael (NYC-RPM)] Change \u201D quote marks around 'theta' to standard single apostrophe (\x27)
38eb535 [Michael Griffiths] Merge pull request #2 from apache/master
b08e865 [Michael Griffiths] Merge pull request #1 from apache/master
  • Loading branch information
msjgriffiths authored and srowen committed Feb 28, 2015
1 parent e6003f0 commit b36b1bc
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 b36b1bc

Please sign in to comment.