Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Commit e271eb1

Browse files
committed
remove non ascii
1 parent 581c623 commit e271eb1

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
@@ -408,7 +408,7 @@ private[clustering] object LDA {
408408

409409
/**
410410
* Optimizer for Online LDA algorithm which breaks corpus into mini-batches and scans only once.
411-
* Hoffman, Blei and Bach, Online Learning for Latent Dirichlet Allocation. NIPS, 2010.
411+
* Hoffman, Blei and Bach, "Online Learning for Latent Dirichlet Allocation." NIPS, 2010.
412412
*/
413413
private[clustering] class OnlineLDAOptimizer(
414414
private val documents: RDD[(Long, Vector)],

0 commit comments

Comments
 (0)