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 17d83e1 commit 367a681Copy full SHA for 367a681
mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala
@@ -437,6 +437,9 @@ abstract class LDAModel private[ml] (
437
@Since("1.6.0")
438
def setFeaturesCol(value: String): this.type = set(featuresCol, value)
439
440
+ @Since("2.2.0")
441
+ def setTopicDistributionCol(value: String): this.type = set(topicDistributionCol, value)
442
+
443
/** @group setParam */
444
445
def setSeed(value: Long): this.type = set(seed, value)
0 commit comments