edflow.data.believers.meta_util module¶
Summary¶
Functions:
Stores the numpy array |
Reference¶
-
edflow.data.believers.meta_util.store_label_mmap(data, root, name)[source]¶ Stores the numpy array
dataas numpy MemoryMap with the naming convention, that is loadable byMetaDataset.- Parameters
data (numpy.ndarray) – The data to store.
root (str:) – Where to store the memory map.
name (str) – The name of the array. If loaded by
MetaDatasetthis will be the key in the labels dictionary at which one can find the data.