UEADataset# class UEADataset(path, name, suffix_train='_TRAIN', suffix_test='_TEST', fmt='.ts', target_name='target')[source]# Represent a dataset in UEA/UCR format on the hard-drive. Attributes: nameName of dataset. pathPath to dataset. Methods load() Load dataset. load()[source]# Load dataset. property name[source]# Name of dataset. property path[source]# Path to dataset.