Packages

abstract class Definition[T] extends bloom.Bloom.Definition[T]

Linear Supertypes
bloom.Bloom.Definition[T], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Definition
  2. Definition
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Definition(xform: (T) ⇒ EthHash)

Value Members

  1. val BitLength: Int
    Definition Classes
    DefinitionDefinition
  2. lazy val ByteLength: Int
    Definition Classes
    Definition
  3. val NumHashes: Int
    Definition Classes
    DefinitionDefinition
  4. def approximateFalsePositiveRate(ifNumEntries: Int): Double
    Definition Classes
    Definition
  5. 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.

    Definition Classes
    DefinitionDefinition