Skip to content

Commit

Permalink
remove non ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbyyh committed Mar 2, 2015
1 parent 581c623 commit e271eb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ private[clustering] object LDA {

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

0 comments on commit e271eb1

Please sign in to comment.