-
- Downloads
[SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAModel private[clustering]
This makes it easier to test all the class variables of the DistributedLDAmodel. Author: MechCoder <manojkumarsivaraj334@gmail.com> Closes #7573 from MechCoder/lda_test and squashes the following commits: 2f1a293 [MechCoder] [SPARK-9222] [MLlib] Make class instantiation variables in DistributedLDAModel private[clustering]
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/test/scala/org/apache/spark/mllib/clustering/LDASuite.scala 15 additions, 0 deletions...st/scala/org/apache/spark/mllib/clustering/LDASuite.scala
Loading
Please register or sign in to comment