class UniformWeight[source]

UniformWeight()

Weight all observations equally

class ExponentialWeight[source]

ExponentialWeight(epsilon, key)

Weight observations with exponential decay

class KeyWeight[source]

KeyWeight(key)

Weight observations with an arbitrary key function