/pyCFOFiSAX

CFOF approximation via iSAX trees - Python

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

CFOF score computation via iSAX with Anotations

iSAX implementation based on the PhD work of Lucas

Manual installation

Run pip install -r requirements.txt or python3 -m pip install -r requirements.txt.

The tslearn package requires Cython, numba and llvmlite (pip will automatically download these packages). However for Cython, it is necessary to have a C compiler (as described on this website), and the package llvmlite for this project, tested only with Python 3.7 and 3.8 that we recommend.

Otherwise, the use of conda simplifies the installation (as recommended on the site of tslearn), because it does not require the installation of C compiler and Cython and llvmlite packages.

Documentation

The documentation is available here (in French) : https://pycfofisax.readthedocs.io/fr/main/

Thanks

Development of :

Use of the code of:

Use of the packages of: