class
UniformWeight
UniformWeight()
Weight all observations equally
ExponentialWeight
ExponentialWeight(epsilon, key)
epsilon
key
Weight observations with exponential decay
KeyWeight
KeyWeight(key)
Weight observations with an arbitrary key function