Skip to main content

bootstrap_indices

Function bootstrap_indices 

Source
pub fn bootstrap_indices(n: usize, seed: u64) -> Vec<usize>
Expand description

One bootstrap resample of n row indices, drawn with replacement.