dival.data module
- class dival.data.DataPairs(observations, ground_truth=None, name='', description='')[source]
Bases:
objectBundles
observationswithground_truth. Implements__getitem__()and__len__().- observations
The observations, possibly distorted or low-dimensional.
- Type:
list of observation space elements
- ground_truth
The ground truth data (may be replaced with good quality references). If not known, it may be omitted (None).
- Type:
list of reconstruction space elements or None