.gitignore
Dockerfile
LICENSE.md
README.md
requirements.txt
setup.py
.github/workflows/docker.yml
.github/workflows/nightly.yml
.github/workflows/release.yml
.github/workflows/test.yml
CHESS_python_nightly.egg-info/PKG-INFO
CHESS_python_nightly.egg-info/SOURCES.txt
CHESS_python_nightly.egg-info/dependency_links.txt
CHESS_python_nightly.egg-info/requires.txt
CHESS_python_nightly.egg-info/top_level.txt
benchmarks/__init__.py
benchmarks/benchmarks.py
benchmarks/clustering.py
benchmarks/datasets.py
benchmarks/distance_functions.py
benchmarks/preparse.py
benchmarks/search.py
benchmarks/visualizations.py
chess/__init__.py
chess/criterion.py
chess/datasets.py
chess/manifold.py
chess/types.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/source/chess.rst
docs/source/cluster.rst
docs/source/search.rst
experiments/__init__.py
experiments/anomaly.py
experiments/bullseye.py
tests/__init__.py
tests/test_cluster.py
tests/test_criterion.py
tests/test_functional.py
tests/test_graph.py
tests/test_manifold.py
tests/utils.py