FCPlate.
subsample
(key, order='random', auto_resize=False, ID=None)¶Allows arbitrary slicing (subsampling) of the data.
Note
When using order=’random’, the sampling is random for each of the measurements in the collection.
When key is a single number, it specifies a number/fraction of events to use. Use the parameter ‘order’ to specify how to subsample the requested number/fraction of events.
Specifies which events to choose. This is only relevant when key is either an int or a float.