Skip to content

Commit 367a681

Browse files
committed
create pr
1 parent 17d83e1 commit 367a681

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,9 @@ abstract class LDAModel private[ml] (
437437
@Since("1.6.0")
438438
def setFeaturesCol(value: String): this.type = set(featuresCol, value)
439439

440+
@Since("2.2.0")
441+
def setTopicDistributionCol(value: String): this.type = set(topicDistributionCol, value)
442+
440443
/** @group setParam */
441444
@Since("1.6.0")
442445
def setSeed(value: Long): this.type = set(seed, value)

0 commit comments

Comments
 (0)