update_batchcontainer function

Updates a batch container by permuting samples according to a shuffling

Updates a batch container by permuting samples according to a shuffling

As post-condition, the batch container is in a different state

update_batchcontainer(bc, shuffle_params)

Arguments

  • bc: The batch container to operate on.
  • shuffle_params: Shuffling parameters as returned by extract_shuffle_params().

Returns

TRUE if sample attributes have been assigned, FALSE otherwise