.gitignore
CITATION.cff
LICENSE
README.rst
RELEASES.rst
codecov.yml
pyproject.toml
setup.cfg
.circleci/config.yml
.github/workflows/circleci-redirector.yml
.github/workflows/flake8.yml
.github/workflows/pydocstyle.yml
.github/workflows/testing.yml
docs/Makefile
docs/make.bat
docs/source/all.rst
docs/source/conf.py
docs/source/index.rst
docs/source/torchdr.contributing.rst
docs/source/torchdr.quick_start.rst
docs/source/torchdr.releases.rst
docs/source/torchdr.user_guide.rst
docs/source/_templates/module.rst
docs/source/_templates/myclass_template.rst
docs/source/_templates/myfunc_template.rst
docs/source/figures/logo.ico
docs/source/figures/mnist_readme.png
docs/source/figures/single_cell_readme.png
docs/source/figures/symbolic_matrix.svg
docs/source/figures/torchdr_logo.png
docs/source/stubs/torchdr.Affinity.rst
docs/source/stubs/torchdr.AffinityMatcher.rst
docs/source/stubs/torchdr.DRModule.rst
docs/source/stubs/torchdr.LogAffinity.rst
examples/README.rst
examples/affinities/README.rst
examples/affinities/demo_ea_adaptivity.py
examples/basics/README.rst
examples/basics/demo_ne_methods_affinity_matcher.py
examples/basics/demo_pca_via_affinity_matcher.py
examples/basics/demo_tsne_swiss_roll.py
examples/mnist/panorama_readme.py
examples/single_cell/single_cell_readme.py
torchdr/__about__.py
torchdr/__init__.py
torchdr/affinity_matcher.py
torchdr/base.py
torchdr/clustering.py
torchdr/eval.py
torchdr/spectral.py
torchdr.egg-info/PKG-INFO
torchdr.egg-info/SOURCES.txt
torchdr.egg-info/dependency_links.txt
torchdr.egg-info/requires.txt
torchdr.egg-info/top_level.txt
torchdr/affinity/__init__.py
torchdr/affinity/base.py
torchdr/affinity/entropic.py
torchdr/affinity/knn_normalized.py
torchdr/affinity/quadratic.py
torchdr/affinity/umap.py
torchdr/affinity/unnormalized.py
torchdr/neighbor_embedding/__init__.py
torchdr/neighbor_embedding/base.py
torchdr/neighbor_embedding/largevis.py
torchdr/neighbor_embedding/ncsne.py
torchdr/neighbor_embedding/sne.py
torchdr/neighbor_embedding/tsne.py
torchdr/neighbor_embedding/tsnekhorn.py
torchdr/neighbor_embedding/umap.py
torchdr/tests/test_affinity.py
torchdr/tests/test_clustering.py
torchdr/tests/test_estimators.py
torchdr/tests/test_eval.py
torchdr/tests/test_neighbor_embedding.py
torchdr/tests/test_spectral.py
torchdr/tests/test_utils.py
torchdr/tests/utils.py
torchdr/utils/__init__.py
torchdr/utils/geometry.py
torchdr/utils/keops.py
torchdr/utils/optim.py
torchdr/utils/utils.py
torchdr/utils/validation.py
torchdr/utils/wrappers.py