noether.data.base.wrapper ========================= .. py:module:: noether.data.base.wrapper Classes ------- .. autoapisummary:: noether.data.base.wrapper.DatasetWrapper Module Contents --------------- .. py:class:: DatasetWrapper(dataset) Wrapper around arbitrary noether.data.Dataset instances to generically change something about the dataset. For example: - Create a subset of the dataset (noether.data.Subset) - Define which properties/items to load from the dataset, i.e., which getitem_* methods to call (noether.data.ModeWrapper) What exactly is changed depends on the specific implementation of the DatasetWrapper child class. :param dataset: base dataset to be wrapped .. py:attribute:: dataset