Open keliang12138 opened 7 months ago
Please run MATLAB code in tools for generating dtw_mat.txt if lb=0
Thanks.
Dear author, may I ask that the sample number of my data set is 12000, the sequence length is 2048, the training set and the test set are 6000x2048, but I have been running the matlab code you provided for a week, and the running has not finished, is there something wrong?
Running time may depend on your machine and the size of your dataset. For very large dataset, computing the DTW matrix could take a long time. You can subset the dataset to check if there is a problem.
when the lb=0, distances = read_dtw_mt_from_txt(ucr_dtw_mt_dir+'/'+args.dataset+'/dtw_mat.txt') can't find the file 'dtw_mat.txt'