MemDataset#
- class caput.memdata.MemDataset(**kwargs)[source]#
Bases:
_MemObjMixinBase class for an in memory implementation of
h5py.Dataset.This is only an abstract base class. Use
MemDatasetCommonorMemDatasetDistributed.- abstract property compression[source]#
Name or identifier of HDF5 compression filter for the dataset.
Not implemented in base class.
Methods#
|
Called when copy.deepcopy is called on this class. |
|
Create a new |
|
h5py datasets reshape() is different from numpy reshape. |
|
Return a pseudo-view of this dataset. |