|
partisub
Subsampling within partitions
|
Options for compute().
More...
#include <partisub.hpp>
Public Attributes | |
| bool | force_non_empty = true |
| unsigned long long | seed = 12345 |
| bool partisub::Options::force_non_empty = true |
Whether to force non-empty partitions to be sampled at least once. If false, there is no guarantee that small non-empty partitions will be represented by an observation in the selected subset.
| unsigned long long partisub::Options::seed = 12345 |
Seed for the random number generator.