-
- Downloads
[SPARK-14370][MLLIB] removed duplicate generation of ids in OnlineLDAOptimizer
## What changes were proposed in this pull request? Removed duplicated generation of `ids` in OnlineLDAOptimizer. ## How was this patch tested? tested with existing unit tests. Author: Pravin Gadakh <prgadakh@in.ibm.com> Closes #12176 from pravingadakh/SPARK-14370.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAModel.scala 4 additions, 4 deletions...in/scala/org/apache/spark/mllib/clustering/LDAModel.scala
- mllib/src/main/scala/org/apache/spark/mllib/clustering/LDAOptimizer.scala 6 additions, 7 deletions...cala/org/apache/spark/mllib/clustering/LDAOptimizer.scala
Loading
Please register or sign in to comment