Repository: spark
Updated Branches:
  refs/heads/branch-1.3 2be4255a0 -> 6791f425d


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 <msjgriffi...@gmail.com>
Author: Griffiths, Michael (NYC-RPM) <michael.griffi...@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


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6791f425
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6791f425
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6791f425

Branch: refs/heads/branch-1.3
Commit: 6791f425d52b6c69a3675651a7e3f6622c55ce89
Parents: 2be4255
Author: Michael Griffiths <msjgriffi...@gmail.com>
Authored: Sat Feb 28 14:47:39 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Wed Mar 25 17:31:00 2015 +0000

----------------------------------------------------------------------
 .../main/scala/org/apache/spark/mllib/clustering/LDAModel.scala    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6791f425/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala
----------------------------------------------------------------------
diff --git 
a/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala 
b/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala
index b0e991d..0a3f21e 100644
--- a/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala
+++ b/mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to