noether.data.base.wrappers.subset

Classes

SubsetWrapper

Wraps the dataset with a noether.data.Subset using indices generated by the properties from the constructor.

Module Contents

class noether.data.base.wrappers.subset.SubsetWrapper(config, dataset)

Bases: noether.data.base.Subset

Wraps the dataset with a noether.data.Subset using indices generated by the properties from the constructor.

Parameters:
Raises: