LICENSE
MANIFEST.in
README.md
pyproject.toml
benchmarks/bench_knn.py
docs_src/source/conf.py
examples/anchor_constraints.py
examples/counties.py
examples/dissimilar_edges_and_negative_weights.py
examples/drawing_graphs.py
examples/fashion_mnist.py
examples/google_scholar.py
examples/mnist.py
examples/population_genetics.py
examples/single_cell_genomics.py
examples/updating_an_existing_embedding.py
examples/word_embedding.py
examples/scripts/preprocess_counties_data.py
pymde/__init__.py
pymde/average_distortion.py
pymde/benchmark.py
pymde/constraints.py
pymde/datasets.py
pymde/experiment_utils.py
pymde/lbfgs.py
pymde/optim.py
pymde/problem.py
pymde/quadratic.py
pymde/recipes.py
pymde/test_knn.py
pymde/test_optim.py
pymde/test_quadratic.py
pymde/test_recipes.py
pymde/test_util.py
pymde/testing.py
pymde/util.py
pymde.egg-info/PKG-INFO
pymde.egg-info/SOURCES.txt
pymde.egg-info/dependency_links.txt
pymde.egg-info/requires.txt
pymde.egg-info/top_level.txt
pymde/functions/__init__.py
pymde/functions/function.py
pymde/functions/losses.py
pymde/functions/penalties.py
pymde/preprocess/__init__.py
pymde/preprocess/data_matrix.py
pymde/preprocess/generic.py
pymde/preprocess/graph.py
pymde/preprocess/preprocess.py
pymde/preprocess/test_data_matrix.py
pymde/preprocess/test_graph.py
pymde/preprocess/test_nndescent.py
rust/Cargo.lock
rust/Cargo.toml
rust/build.rs
rust/src/bfs.rs
rust/src/blas.rs
rust/src/candidates.rs
rust/src/distance.rs
rust/src/heap.rs
rust/src/knn.rs
rust/src/lib.rs
rust/src/nndescent.rs
rust/src/rng.rs
scripts/build_docs.py