-
- Downloads
[SPARK-11712][ML] Make spark.ml LDAModel be abstract
Per discussion in the initial Pipelines LDA PR [https://github.com/apache/spark/pull/9513], we should make LDAModel abstract and create a LocalLDAModel. This code simplification should be done before the 1.6 release to ensure API compatibility in future releases. CC feynmanliang mengxr Author: Joseph K. Bradley <joseph@databricks.com> Closes #9678 from jkbradley/lda-pipelines-2.
Showing
- mllib/src/main/scala/org/apache/spark/ml/clustering/LDA.scala 94 additions, 86 deletions...b/src/main/scala/org/apache/spark/ml/clustering/LDA.scala
- mllib/src/test/scala/org/apache/spark/ml/clustering/LDASuite.scala 2 additions, 2 deletions.../test/scala/org/apache/spark/ml/clustering/LDASuite.scala
Please register or sign in to comment