Skip to content

Commit

Permalink
del docConcentration
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengruifeng authored Jan 13, 2017
1 parent 7f00d36 commit c8188b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ class LDA @Since("1.6.0") (
val instr = Instrumentation.create(this, dataset)
instr.logParams(featuresCol, topicDistributionCol, k, maxIter, subsamplingRate,
checkpointInterval, keepLastCheckpoint, optimizeDocConcentration, topicConcentration,
docConcentration, learningDecay, optimizer, learningOffset, seed)
learningDecay, optimizer, learningOffset, seed)

val oldLDA = new OldLDA()
.setK($(k))
Expand Down

0 comments on commit c8188b0

Please sign in to comment.