LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
version.py
./python2-requirements.txt
./requirements.txt
./matrixprofile/cycore.pyx
./matrixprofile.egg-info/SOURCES.txt
./matrixprofile.egg-info/dependency_links.txt
./matrixprofile.egg-info/requires.txt
./matrixprofile.egg-info/top_level.txt
./matrixprofile/algorithms/cympx.pyx
./matrixprofile/io/protobuf/proto_messages.proto
./tests/mpx_ab_mpa.txt
./tests/mpx_ab_mpb.txt
./tests/mpx_ab_mpia.txt
./tests/mpx_ab_mpib.txt
./tests/mpx_mp.txt
./tests/mpx_mpi.txt
./tests/muinvn_mua.txt
./tests/muinvn_stda.txt
./tests/sampledata.txt
./tests/scrimp.mp.txt
./tests/scrimp.mpi.txt
matrixprofile/__init__.py
matrixprofile/analyze.py
matrixprofile/compute.py
matrixprofile/core.py
matrixprofile/cycore.c
matrixprofile/discover.py
matrixprofile/exceptions.py
matrixprofile/preprocess.py
matrixprofile/transform.py
matrixprofile/utils.py
matrixprofile/version.py
matrixprofile/visualize.py
matrixprofile.egg-info/PKG-INFO
matrixprofile.egg-info/SOURCES.txt
matrixprofile.egg-info/dependency_links.txt
matrixprofile.egg-info/requires.txt
matrixprofile.egg-info/top_level.txt
matrixprofile/algorithms/__init__.py
matrixprofile/algorithms/cympx.c
matrixprofile/algorithms/hierarchical_clustering.py
matrixprofile/algorithms/mass2.py
matrixprofile/algorithms/mpdist.py
matrixprofile/algorithms/mpx.py
matrixprofile/algorithms/pairwise_dist.py
matrixprofile/algorithms/regimes.py
matrixprofile/algorithms/scrimp.py
matrixprofile/algorithms/skimp.py
matrixprofile/algorithms/snippets.py
matrixprofile/algorithms/statistics.py
matrixprofile/algorithms/stomp.py
matrixprofile/algorithms/top_k_discords.py
matrixprofile/algorithms/top_k_motifs.py
matrixprofile/datasets/__init__.py
matrixprofile/datasets/datasets.py
matrixprofile/io/__init__.py
matrixprofile/io/__io.py
matrixprofile/io/protobuf/__init__.py
matrixprofile/io/protobuf/proto_messages_pb2.py
matrixprofile/io/protobuf/protobuf_utils.py
tests/__init__.py
tests/test_analyze.py
tests/test_annotation_vector.py
tests/test_compute.py
tests/test_core.py
tests/test_cycore.py
tests/test_datasets.py
tests/test_hierarchical_clustering.py
tests/test_io.py
tests/test_mass2.py
tests/test_mpdist.py
tests/test_mpx.py
tests/test_pairwise_dist.py
tests/test_preprocess.py
tests/test_regimes.py
tests/test_scrimp.py
tests/test_skimp.py
tests/test_snippets.py
tests/test_statistics.py
tests/test_stomp.py
tests/test_top_k_discords.py
tests/test_top_k_motifs.py
tests/test_utils.py
tests/test_visualize.py