.gitattributes
.gitignore
.gitlab-ci.yml
.readthedocs.yml
COPYING.md
FILESTRUCTURE.md
LICENSE.md
README.md
codecov.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/pypi.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/demo.nblink
doc/howitworks.md
doc/index.rst
doc/intro.rst
doc/make.bat
doc/phasetemporalclustering.md
fuzzycat/FuzzyData.py
fuzzycat/FuzzyPlots.py
fuzzycat/__init__.py
fuzzycat/_version.py
fuzzycat/fuzzycat.py
fuzzycategories.egg-info/PKG-INFO
fuzzycategories.egg-info/SOURCES.txt
fuzzycategories.egg-info/dependency_links.txt
fuzzycategories.egg-info/requires.txt
fuzzycategories.egg-info/top_level.txt
images/howitworks/ExplodedFuzzyLabels.png
images/howitworks/FuzzyLabels.png
images/howitworks/MostProbableLabels.png
images/howitworks/OrderedJaccardIndex.png
images/howitworks/aggregation_process_example.png
images/howitworks/data.png
images/howitworks/k_means_clustering_info.png
images/howitworks/k_means_clusterings.gif
images/howitworks/k_means_elbow.png
images/howitworks/k_means_jaccard_matrix.png
images/howitworks/k_means_silhouette.png
images/howitworks/merger_example.png
images/readme/FuzzyCat_logo_dark.svg
images/readme/FuzzyCat_logo_light.svg
images/readme/Fuzzy_Labels_clustered_only.png
images/readme/Resampled_Clusterings.gif
notebooks/demo.ipynb
tests/__init__.py
tests/conftest.py
tests/test_fuzzycat.py