Skip to content

Commit f41c5ca

Browse files
committed
style fix
1 parent 26dca1b commit f41c5ca

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,6 @@ class LDA private (
252252
state.graphCheckpointer.deleteAllCheckpoints()
253253
new DistributedLDAModel(state, iterationTimes)
254254
case LDAMode.Online =>
255-
//todo: delete the comment in next line
256-
// I changed the return type to LDAModel, as DistributedLDAModel is based on Graph.
257255
val vocabSize = documents.first._2.size
258256
val onlineLDA = new LDA.OnlineLDAOptimizer(documents, k, vocabSize)
259257
var iter = 0

0 commit comments

Comments
 (0)