Skip to content

Commit f6d47ca

Browse files
committed
Merge branch 'ldaonline' of https://github.com/hhbyyh/spark into ldaonline
2 parents d86cdec + e271eb1 commit f6d47ca

File tree

1 file changed

+1
-1
lines changed
  • mllib/src/main/scala/org/apache/spark/mllib/clustering

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ private[clustering] object LDA {
433433

434434
/**
435435
* Optimizer for Online LDA algorithm which breaks corpus into mini-batches and scans only once.
436-
* Hoffman, Blei and Bach, Online Learning for Latent Dirichlet Allocation. NIPS, 2010.
436+
* Hoffman, Blei and Bach, "Online Learning for Latent Dirichlet Allocation." NIPS, 2010.
437437
*/
438438
private[clustering] class OnlineLDAOptimizer(
439439
private val documents: RDD[(Long, Vector)],

0 commit comments

Comments
 (0)