LICENSE
README.md
pyproject.toml
polygraph/__init__.py
polygraph/datasets/__init__.py
polygraph/datasets/ego.py
polygraph/datasets/lobster.py
polygraph/datasets/modelnet.py
polygraph/datasets/molecules.py
polygraph/datasets/planar.py
polygraph/datasets/point_clouds.py
polygraph/datasets/proteins.py
polygraph/datasets/sbm.py
polygraph/datasets/base/__init__.py
polygraph/datasets/base/caching.py
polygraph/datasets/base/dataset.py
polygraph/datasets/base/graph_storage.py
polygraph/datasets/base/molecules.py
polygraph/metrics/__init__.py
polygraph/metrics/frechet_distance.py
polygraph/metrics/gaussian_tv_mmd.py
polygraph/metrics/linear_mmd.py
polygraph/metrics/molecule_pgd.py
polygraph/metrics/rbf_mmd.py
polygraph/metrics/standard_pgd.py
polygraph/metrics/vun.py
polygraph/metrics/base/__init__.py
polygraph/metrics/base/frechet_distance.py
polygraph/metrics/base/interface.py
polygraph/metrics/base/metric_interval.py
polygraph/metrics/base/mmd.py
polygraph/metrics/base/polygraphdiscrepancy.py
polygraph/two_sample_tests/__init__.py
polygraph/two_sample_tests/permutation_mmd.py
polygraph/utils/__init__.py
polygraph/utils/kernels.py
polygraph/utils/mmd_utils.py
polygraph/utils/parallel.py
polygraph/utils/sparse_dist.py
polygraph/utils/descriptors/__init__.py
polygraph/utils/descriptors/generic_descriptors.py
polygraph/utils/descriptors/gin.py
polygraph/utils/descriptors/interface.py
polygraph/utils/descriptors/molclr.py
polygraph/utils/descriptors/molecule_descriptors.py
polygraph_benchmark.egg-info/PKG-INFO
polygraph_benchmark.egg-info/SOURCES.txt
polygraph_benchmark.egg-info/dependency_links.txt
polygraph_benchmark.egg-info/requires.txt
polygraph_benchmark.egg-info/top_level.txt
tests/test_datasets.py
tests/test_demo.py
tests/test_descriptors.py
tests/test_frechet_distance.py
tests/test_gin_metrics.py
tests/test_graph_storage.py
tests/test_kernels.py
tests/test_mmd.py
tests/test_mmd_utils.py
tests/test_molecule_metrics.py
tests/test_online_datasets.py
tests/test_polygraphdiscrepancy.py
tests/test_procedural_datasets.py
tests/test_snippets.py
tests/test_sparse_dist.py
tests/test_two_sample_test.py
tests/test_vun.py