This is an implementation of experiments from the paper that introduces the SAX (Symbolic Aggregate approXimation) representation of time series. You can read the paper here: SAX Paper.
To run the Hierarchical Clustering experiment, use the following command:
python clustering.py --HCTo run the Partitionary Clustering experiment, use the following command:
python clustering.py --PCTo run the Nearest Neighbor Classification experiment, use the following command:
python classification.py --NNCTo run the Decision Tree Classification experiment, use the following command:
python classification.py --DTCTo run the Anomaly Detection experiment, use the following command:
python anomaly_detection.py --DTC