Skip to content

Commit 0ad1134

Browse files
author
Feynman Liang
committed
Remove println
1 parent 27b3877 commit 0ad1134

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ class LocalLDAModel private[clustering] (
232232
.sum()
233233
val batchVariationalBound = bound(documents, docConcentration,
234234
topicConcentration, topicsMatrix.toBreeze.toDenseMatrix, gammaShape, k, vocabSize)
235-
println(s"bound: $batchVariationalBound")
236235
val perWordBound = batchVariationalBound / corpusWords
237236

238237
perWordBound

0 commit comments

Comments
 (0)