-
Notifications
You must be signed in to change notification settings - Fork 2
Usage
César Soto Valero edited this page Mar 4, 2020
·
10 revisions
Here, we will rely on an example to illustrate how to use the timeSeriesClassification package to classify time series data.
Download the ECG5000 dataset.
Load the train dataset ECG5000_TRAIN.arff
in the Weka explorer.
In the explorer, go to Classify and add ECG5000_TEST.arff
file as the test set.
Then, configure the classifier by selecting Lazy > Ibk > Choose > DTWSearch
Now you can run the classifier with the DTWDistance function, you should obtain the following result:
TODO