Skip to content

Commit c22e8c2

Browse files
committed
Collapsed gibbs sampling based latent dirichlet allocation
1 parent f493f79 commit c22e8c2

File tree

4 files changed

+546
-1
lines changed

4 files changed

+546
-1
lines changed

core/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
<dependency>
8686
<groupId>org.apache.commons</groupId>
8787
<artifactId>commons-math3</artifactId>
88-
<version>3.3</version>
8988
<scope>test</scope>
9089
</dependency>
9190
<dependency>

mllib/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
</exclusion>
7272
</exclusions>
7373
</dependency>
74+
<dependency>
75+
<groupId>org.apache.commons</groupId>
76+
<artifactId>commons-math3</artifactId>
77+
<scope>test</scope>
78+
</dependency>
7479
<dependency>
7580
<groupId>org.scalatest</groupId>
7681
<artifactId>scalatest_${scala.binary.version}</artifactId>

0 commit comments

Comments
 (0)