MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
cellshape_cluster/__init__.py
cellshape_cluster/clustering_layer.py
cellshape_cluster/deep_embedded_clustering.py
cellshape_cluster/main.py
cellshape_cluster/training_functions.py
cellshape_cluster.egg-info/PKG-INFO
cellshape_cluster.egg-info/SOURCES.txt
cellshape_cluster.egg-info/dependency_links.txt
cellshape_cluster.egg-info/not-zip-safe
cellshape_cluster.egg-info/requires.txt
cellshape_cluster.egg-info/top_level.txt
cellshape_cluster/helpers/__init__.py
cellshape_cluster/helpers/check_tolerance.py
cellshape_cluster/helpers/distributions.py
cellshape_cluster/helpers/kmeans.py
cellshape_cluster/helpers/reports.py
tests/__init__.py
tests/test_integration/__init__.py
tests/test_unit/__init__.py
tests/test_unit/test_placeholder.py