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)
bc
: The batch container to operate on.shuffle_params
: Shuffling parameters as returned by extract_shuffle_params()
.TRUE if sample attributes have been assigned, FALSE otherwise
Useful links