Skip to content

Commit b36b1bc

Browse files
msjgriffithssrowen
authored andcommitted
SPARK-6063 MLlib doesn't pass mvn scalastyle check due to UTF chars in 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
1 parent e6003f0 commit b36b1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ abstract class LDAModel private[clustering] {
130130

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

0 commit comments

Comments
 (0)