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 1d413ce commit 7e1a481Copy full SHA for 7e1a481
core/src/main/scala/org/apache/spark/util/random/SamplingUtils.scala
@@ -19,7 +19,7 @@ package org.apache.spark.util.random
19
20
import org.apache.commons.math3.distribution.{PoissonDistribution, NormalDistribution}
21
22
-private[random] object PoissonBounds {
+private[spark] object PoissonBounds {
23
24
val delta = 1e-4 / 3.0
25
val phi = new NormalDistribution().cumulativeProbability(1.0 - delta)
0 commit comments