Skip to content

UEADataset

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:
name

Name of dataset.

path

Path to dataset.

Methods

load()

Load dataset.

load()[source]

Load dataset.

property name[source]

Name of dataset.

property path[source]

Path to dataset.