We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38eb535 commit bcd7de1Copy full SHA for bcd7de1
mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala
@@ -130,7 +130,7 @@ abstract class LDAModel private[clustering] {
130
131
/* TODO
132
* Compute the estimated topic distribution for each document.
133
- * This is often called “theta” in the literature.
+ * This is often called 'theta' in the literature.
134
*
135
* @param documents RDD of documents, which are term (word) count vectors paired with IDs.
136
* The term count vectors are "bags of words" with a fixed-size vocabulary
0 commit comments