noether.data.base.wrappers.subset ================================= .. py:module:: noether.data.base.wrappers.subset Classes ------- .. autoapisummary:: noether.data.base.wrappers.subset.SubsetWrapper Module Contents --------------- .. py:class:: SubsetWrapper(dataset, config) Bases: :py:obj:`noether.data.base.Subset` Wraps the dataset with a noether.data.Subset using indices generated by the properties from the constructor. :param dataset: The dataset to wrap. :param config: The configuration to use. :raises ValueError: If the input parameters are invalid. :raises RuntimeError: If no valid indices are provided.