Skip to main content

SAMPLING_THRESHOLD

Constant SAMPLING_THRESHOLD 

Source
pub const SAMPLING_THRESHOLD: usize = 10_000;
Expand description

Default sampling threshold: datasets >= this size are sampled. Used as fallback when sample_size is None. App uses config value.