Skip to main content

select_image_ids_random

Function select_image_ids_random 

Source
pub fn select_image_ids_random(
    dataset: &Dataset,
    k: usize,
    seed: Option<u64>,
) -> Vec<ImageId>
Expand description

Select image IDs uniformly at random.