class TimeLaggedConcatDataset¶
- class deeptime.util.data.TimeLaggedConcatDataset(datasets: List[TimeLaggedDataset])¶
Specialization of the
ConcatDataset
which uses that all subsets are time lagged datasets, offering fancy and more efficient slicing / getting items.- Parameters:
datasets (list of TimeLaggedDataset) – The input datasets
Attributes
Returns the list of datasets this concat dataset is composed of.
Methods
setflags
([write])Set writeable flags for contained arrays.
- setflags(write=True)¶
Set writeable flags for contained arrays.
- property subsets¶
Returns the list of datasets this concat dataset is composed of.
- Type:
list of dataset