.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/deploy-docs.yml
.github/workflows/generate-visualizations.yml
.github/workflows/publish-to-PyPI.yml
.github/workflows/publish-to-conda.yml
.github/workflows/conda-recipe/meta.yaml
docs/Makefile
docs/changelog.rst
docs/concepts.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/quickstart.rst
docs/requirements.txt
docs/_includes/gallery/bipartite.rst
docs/_includes/gallery/hybrid.rst
docs/_includes/gallery/proximity.rst
docs/_includes/gallery/statistical.rst
docs/_includes/gallery/structural.rst
docs/_includes/gallery/unweighted.rst
docs/_static/.gitkeep
docs/_static/graph_gallery/les_miserables/adamic_adar_index.png
docs/_static/graph_gallery/les_miserables/cosine_backbone.png
docs/_static/graph_gallery/les_miserables/dice_backbone.png
docs/_static/graph_gallery/les_miserables/disparity_filter.png
docs/_static/graph_gallery/les_miserables/doubly_stochastic_filter.png
docs/_static/graph_gallery/les_miserables/ecm_filter.png
docs/_static/graph_gallery/les_miserables/edge_betweenness_filter.png
docs/_static/graph_gallery/les_miserables/glab_filter.png
docs/_static/graph_gallery/les_miserables/global_sparsification.png
docs/_static/graph_gallery/les_miserables/global_threshold_filter.png
docs/_static/graph_gallery/les_miserables/graph_distance_proximity.png
docs/_static/graph_gallery/les_miserables/h_backbone.png
docs/_static/graph_gallery/les_miserables/high_salience_skeleton.png
docs/_static/graph_gallery/les_miserables/hub_depressed_index.png
docs/_static/graph_gallery/les_miserables/hub_promoted_index.png
docs/_static/graph_gallery/les_miserables/jaccard_backbone.png
docs/_static/graph_gallery/les_miserables/lans_filter.png
docs/_static/graph_gallery/les_miserables/lhn_local_index.png
docs/_static/graph_gallery/les_miserables/local_degree.png
docs/_static/graph_gallery/les_miserables/local_path_index.png
docs/_static/graph_gallery/les_miserables/lspar.png
docs/_static/graph_gallery/les_miserables/marginal_likelihood_filter.png
docs/_static/graph_gallery/les_miserables/maximum_spanning_tree_backbone.png
docs/_static/graph_gallery/les_miserables/metric_backbone.png
docs/_static/graph_gallery/les_miserables/modularity_backbone.png
docs/_static/graph_gallery/les_miserables/multiple_linkage_analysis.png
docs/_static/graph_gallery/les_miserables/neighborhood_overlap.png
docs/_static/graph_gallery/les_miserables/node_degree_filter.png
docs/_static/graph_gallery/les_miserables/noise_corrected_filter.png
docs/_static/graph_gallery/les_miserables/planar_maximally_filtered_graph.png
docs/_static/graph_gallery/les_miserables/preferential_attachment_score.png
docs/_static/graph_gallery/les_miserables/primary_linkage_analysis.png
docs/_static/graph_gallery/les_miserables/resource_allocation_index.png
docs/_static/graph_gallery/les_miserables/sparsify.png
docs/_static/graph_gallery/les_miserables/strongest_n_ties.png
docs/_static/graph_gallery/les_miserables/ultrametric_backbone.png
docs/_static/graph_gallery/southern_women/fdsm.png
docs/_static/graph_gallery/southern_women/fixedcol.png
docs/_static/graph_gallery/southern_women/fixedfill.png
docs/_static/graph_gallery/southern_women/fixedrow.png
docs/_static/graph_gallery/southern_women/sdsm.png
docs/api/bipartite.rst
docs/api/filters.rst
docs/api/hybrid.rst
docs/api/index.rst
docs/api/measures.rst
docs/api/proximity.rst
docs/api/statistical.rst
docs/api/structural.rst
docs/api/unweighted.rst
docs/api/visualization.rst
docs/examples/README.txt
docs/examples/backbone_methods/README.txt
docs/examples/backbone_methods/plot_disparity_filter.py
docs/examples/graph_comparison/README.txt
docs/examples/graph_comparison/plot_graph_comparison_gallery.py
docs/tutorials/bipartite_backbone.rst
docs/tutorials/comparing_methods.rst
docs/tutorials/graph_gallery.rst
docs/tutorials/index.rst
docs/tutorials/les_miserables_benchmark.rst
docs/tutorials/proximity_scoring.rst
docs/tutorials/statistical_backbone.rst
docs/tutorials/structural_methods.rst
docs/tutorials/unweighted_sparsification.rst
docs/user_guide/choosing_method.rst
docs/user_guide/complexity.rst
docs/user_guide/directed_graphs.rst
docs/user_guide/evaluation.rst
docs/user_guide/index.rst
docs/user_guide/workflow.rst
networkx_backbone/__init__.py
networkx_backbone/_docstrings.py
networkx_backbone/bipartite.py
networkx_backbone/filters.py
networkx_backbone/hybrid.py
networkx_backbone/measures.py
networkx_backbone/proximity.py
networkx_backbone/statistical.py
networkx_backbone/structural.py
networkx_backbone/unweighted.py
networkx_backbone/visualization.py
networkx_backbone.egg-info/PKG-INFO
networkx_backbone.egg-info/SOURCES.txt
networkx_backbone.egg-info/dependency_links.txt
networkx_backbone.egg-info/requires.txt
networkx_backbone.egg-info/top_level.txt
scripts/generate_visualizations.py
tests/__init__.py
tests/conftest.py
tests/test_bipartite.py
tests/test_filters.py
tests/test_hybrid.py
tests/test_les_miserables.py
tests/test_measures.py
tests/test_proximity.py
tests/test_statistical.py
tests/test_structural.py
tests/test_unweighted.py
tests/test_visualization.py