| Package | Description |
|---|---|
| io.cdap.wrangler.sampling |
| Modifier and Type | Class and Description |
|---|---|
class |
Bernoulli<T>
A sampler implementation built upon a Bernoulli trail.
|
class |
Poisson<T>
A sampler implementation based on the Poisson Distribution.
|
class |
Reservoir<T>
A simple in memory implementation of Reservoir Sampling without replacement, and with only one
pass through the input iteration whose size is unpredictable.
|
Copyright © 2021 CDAP Licensed under the Apache License, Version 2.0.