.gitignore
LICENSE
Makefile
README.md
build_docs.sh
make.bat
requirements.txt
setup.py
.github/workflows/python-publish.yml
.github/workflows/tests.yml
docs/.buildinfo
docs/.nojekyll
docs/genindex.html
docs/index.html
docs/objects.inv
docs/py-modindex.html
docs/search.html
docs/searchindex.js
docs/_sources/index.rst.txt
docs/_static/_sphinx_javascript_frameworks_compat.js
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/sphinx_highlight.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/fonts/Lato/lato-bold.eot
docs/_static/fonts/Lato/lato-bold.ttf
docs/_static/fonts/Lato/lato-bold.woff
docs/_static/fonts/Lato/lato-bold.woff2
docs/_static/fonts/Lato/lato-bolditalic.eot
docs/_static/fonts/Lato/lato-bolditalic.ttf
docs/_static/fonts/Lato/lato-bolditalic.woff
docs/_static/fonts/Lato/lato-bolditalic.woff2
docs/_static/fonts/Lato/lato-italic.eot
docs/_static/fonts/Lato/lato-italic.ttf
docs/_static/fonts/Lato/lato-italic.woff
docs/_static/fonts/Lato/lato-italic.woff2
docs/_static/fonts/Lato/lato-regular.eot
docs/_static/fonts/Lato/lato-regular.ttf
docs/_static/fonts/Lato/lato-regular.woff
docs/_static/fonts/Lato/lato-regular.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-bold.woff2
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.eot
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.ttf
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff
docs/_static/fonts/RobotoSlab/roboto-slab-v7-regular.woff2
docs/_static/js/badge_only.js
docs/_static/js/theme.js
docs/_static/js/versions.js
img/QR.svg
img/logo.jpeg
img/logo.png
source/conf.py
source/index.rst
tests/test_multi_order_measures.py
tests/test_nplet_measures.py
tests/data/X_random.tsv
tests/data/X_random__multi_order_measures.tsv
thoi/__init__.py
thoi/collectors.py
thoi/commons.py
thoi/dataset.py
thoi/typing.py
thoi.egg-info/PKG-INFO
thoi.egg-info/SOURCES.txt
thoi.egg-info/dependency_links.txt
thoi.egg-info/requires.txt
thoi.egg-info/top_level.txt
thoi/heuristics/__init__.py
thoi/heuristics/commons.py
thoi/heuristics/greedy.py
thoi/heuristics/scoring.py
thoi/heuristics/simulated_annealing.py
thoi/heuristics/simulated_annealing_multi_order.py
thoi/measures/__init__.py
thoi/measures/constants.py
thoi/measures/gaussian_copula.py
thoi/measures/gaussian_copula_hot_encoded.py
thoi/measures/utils.py