Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hhbyyh committed Feb 6, 2015
1 parent 26dca1b commit f41c5ca
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,6 @@ class LDA private (
state.graphCheckpointer.deleteAllCheckpoints()
new DistributedLDAModel(state, iterationTimes)
case LDAMode.Online =>
//todo: delete the comment in next line
// I changed the return type to LDAModel, as DistributedLDAModel is based on Graph.
val vocabSize = documents.first._2.size
val onlineLDA = new LDA.OnlineLDAOptimizer(documents, k, vocabSize)
var iter = 0
Expand Down

0 comments on commit f41c5ca

Please sign in to comment.