We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72592c commit 882c70dCopy full SHA for 882c70d
mllib/src/main/scala/org/apache/spark/ml/r/LDAWrapper.scala
@@ -46,7 +46,7 @@ private[r] class LDAWrapper private (
46
47
private val lda: LDAModel = pipeline.stages.last.asInstanceOf[LDAModel]
48
49
- // Only applicable to distributed lda model
+ // The following variables were called by R side code only when the LDA model is distributed
50
lazy private val distributedModel =
51
pipeline.stages.last.asInstanceOf[DistributedLDAModel]
52
lazy val trainingLogLikelihood: Double = distributedModel.trainingLogLikelihood
0 commit comments