This is the source code for LbEnhanced, a new lower bound for the DTW distance
Running from terminal
- Classification Time and Pruning Power (Order training data with Euclidean Distance)
- java -Xmx14g -Xms14g -cp $LIBDIR: experiments.PruneAndTimeSortEuclidean $PROJECTDIR $DATASETDIR $PROBLEM $RUNS $WIN $TOESTIMATEORNOT $LOWERBOUND $ENHANCEDPARAM
- Tightness of the lower bounds
- java -Xmx14g -Xms14g -cp $LIBDIR: experiments.Tightness $PROJECTDIR $DATASETDIR $PROBLEM $WIN $LOWERBOUND $ENHANCEDPARAM
Running from Bash Script
- bash runPruneTimeSortEuclidean.sh
- bash runPruneTimeRandomSampling.sh
- bash runTightness.sh