Packages

object Bloom

I'm indebted to Bill Mill for his excellent tutorial:

http://billmill.org/bloomfilter-tutorial/

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Bloom
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Definition[T] extends AnyRef

Value Members

  1. def approximateFalsePositiveRate(ifNumHashes: Int, ifBitLength: Int, ifNumEntries: Int): Double
  2. def optimalNumHashes(ifBitLength: Int, ifNumEntries: Int): Double