spark git commit: [SPARK-25321][ML] Fix local LDA model constructor

2018-09-21 Thread meng
Repository: spark Updated Branches: refs/heads/branch-2.4 138a63165 -> 1303eb5c8 [SPARK-25321][ML] Fix local LDA model constructor ## What changes were proposed in this pull request? change back the constructor to: ``` class LocalLDAModel private[ml] ( uid: String, vocabSize: Int,

spark git commit: [SPARK-25321][ML] Fix local LDA model constructor

2018-09-21 Thread meng
Repository: spark Updated Branches: refs/heads/master 4a1120953 -> 40edab209 [SPARK-25321][ML] Fix local LDA model constructor ## What changes were proposed in this pull request? change back the constructor to: ``` class LocalLDAModel private[ml] ( uid: String, vocabSize: Int,