Skip to content

Commit

Permalink
Merge branch 'ldaonline' of https://github.com/hhbyyh/spark into ldao…
Browse files Browse the repository at this point in the history
…nline
  • Loading branch information
hhbyyh committed Mar 11, 2015
2 parents d86cdec + e271eb1 commit f6d47ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,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 f6d47ca

Please sign in to comment.