#include <BernoulliSamplingExecStream.h>
Inheritance diagram for BernoulliSamplingExecStreamParams:
Public Attributes | |
float | samplingRate |
Sampling rate in the range [0, 1]. | |
bool | isRepeatable |
If true, the sample should be repeatable. | |
int32_t | repeatableSeed |
The seed to use for repeatable sampling. |
Definition at line 37 of file BernoulliSamplingExecStream.h.
Sampling rate in the range [0, 1].
Definition at line 41 of file BernoulliSamplingExecStream.h.
Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().
If true, the sample should be repeatable.
Definition at line 44 of file BernoulliSamplingExecStream.h.
Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().
The seed to use for repeatable sampling.
Definition at line 47 of file BernoulliSamplingExecStream.h.
Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().