abstract class Definition[T] extends bloom.Bloom.Definition[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Definition
- Definition
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
BitLength: Int
- Definition Classes
- Definition → Definition
-
lazy val
ByteLength: Int
- Definition Classes
- Definition
-
val
NumHashes: Int
- Definition Classes
- Definition → Definition
-
def
approximateFalsePositiveRate(ifNumEntries: Int): Double
- Definition Classes
- Definition
-
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
- Definition → Definition