Commit e76317b
committed
[SPARK-7070] [MLLIB] LDA.setBeta should call setTopicConcentration.
jkbradley
Author: Xiangrui Meng <[email protected]>
Closes #5649 from mengxr/SPARK-7070 and squashes the following commits:
c66023c [Xiangrui Meng] setBeta should call setTopicConcentration
(cherry picked from commit 1ed46a6)
Signed-off-by: Xiangrui Meng <[email protected]>1 parent 3b38cac commit e76317b
2 files changed
Lines changed: 9 additions & 1 deletion
File tree
- mllib/src
- main/scala/org/apache/spark/mllib/clustering
- test/scala/org/apache/spark/mllib/clustering
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
126 | 134 | | |
127 | 135 | | |
128 | 136 | | |
| |||
0 commit comments