simple-fast-python

An implementation of the SiMPle-Fast algorithm


Install
pip install simple-fast-python==1.0

Documentation

implementation of SiMPle in Python

An implementation of matrix profiles in Python using numpy.

quickstart

# generate testing data for the directories, ensure that you have octave installed
octave-cli .\tests\resources\reference_simple_fast_self.m
octave-cli .\tests\resources\reference_simple_fast_ab.m

rscript tests/test_tsmp.R
pytest tests

references