Graph Searcher for Discriminative Motifs
boost, mpi
On Ubuntu/Debian, they can be installed with command:
sudo apt-get install libboost-program-optioms-dev libboost-filesystem-dev libopenmpi-dev
If you want to use a MPI implemenations other than OpenMPI, like MPICH, that will be fine.
- Use GraphConverter to convert the raw time series into graphs
- Use Search to find the discriminative motifs
- Use Evaluator to evaluate the found results.
More detailed constructions can be found in the related projects themselves, and/or directly run the program with --help.