Packages

trait Definition[T] extends AnyRef

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

Abstract Value Members

  1. abstract val BitLength: Int
  2. abstract val NumHashes: Int
  3. abstract def indices(t: T): Set[Int]

    Indices should be hashes % BitLength, ie modded down to ints in [0, BitLength)

    Indices should be hashes % BitLength, ie modded down to ints in [0, BitLength)

    The MAXIMUM size of the set should be NumHashes, since multiple hashes may by coincidence yield the same index.

Concrete Value Members

  1. lazy val ByteLength: Int
  2. def approximateFalsePositiveRate(ifNumEntries: Int): Double