We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0764aaa commit b6f852eCopy full SHA for b6f852e
mllib/pom.xml
@@ -112,11 +112,6 @@
112
<type>test-jar</type>
113
<scope>test</scope>
114
</dependency>
115
- <dependency>
116
- <groupId>colt</groupId>
117
- <artifactId>colt</artifactId>
118
- <version>1.2.0</version>
119
- </dependency>
120
</dependencies>
121
<profiles>
122
<profile>
mllib/src/main/scala/org/apache/spark/mllib/stat/impl/DirichletDistribution.scala
@@ -19,7 +19,7 @@
19
20
package org.apache.spark.mllib.stat.impl
21
22
-import cern.jet.stat.Gamma
+import org.apache.commons.math3.special.Gamma
23
24
private[mllib] class DirichletDistribution(private[mllib] val alpha: Float) extends Serializable {
25
private def logBeta(x: Array[Float]) = {
0 commit comments