BernoulliSamplingExecStreamParams Struct Reference

BernoulliSamplingExecStreamParams defines parameters for BernoulliSamplingExecStream. More...

#include <BernoulliSamplingExecStream.h>

Inheritance diagram for BernoulliSamplingExecStreamParams:

ConduitExecStreamParams SingleInputExecStreamParams SingleOutputExecStreamParams ExecStreamParams ExecStreamParams List of all members.

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.

Detailed Description

BernoulliSamplingExecStreamParams defines parameters for BernoulliSamplingExecStream.

Definition at line 37 of file BernoulliSamplingExecStream.h.


Member Data Documentation

float BernoulliSamplingExecStreamParams::samplingRate

Sampling rate in the range [0, 1].

Definition at line 41 of file BernoulliSamplingExecStream.h.

Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().

bool BernoulliSamplingExecStreamParams::isRepeatable

If true, the sample should be repeatable.

Definition at line 44 of file BernoulliSamplingExecStream.h.

Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().

int32_t BernoulliSamplingExecStreamParams::repeatableSeed

The seed to use for repeatable sampling.

Definition at line 47 of file BernoulliSamplingExecStream.h.

Referenced by BernoulliSamplingExecStream::prepare(), and ExecStreamFactory::visit().


The documentation for this struct was generated from the following file:
Generated on Mon Jun 22 04:00:24 2009 for Fennel by  doxygen 1.5.1