Skip to content

Codes for calculating graph Diffusion Distance Efficiently.

License

Notifications You must be signed in to change notification settings

scottcb/DiffusionDistance

Repository files navigation

DiffusionDistance

Diffusion distance was first introduced by Hammond et al. in 2013. My work generalizes this distance measure between graphs to handle graphs of varying size.

The core idea of diffusion distance is to compare two graphs by comparing their heat kernels with a Frobenius norm. The formal definition of distance is the...

Installation

Requires the following packages:

How to use

If file1 and file2 are graphs, represented as .gml, .csv (dense), or .csv (sparse) files:

Examples:

  • diff_dist file1 file2 (more documentation forthcoming)

Acknowledgements

Thanks to my advisor, Eric Mjolsness, for his help in working through much of the theory underlying this work. Some of the development of this package was supported by National Science Foundation NRT Award 1613361, as well as the hospitality of the Center for Nonlinear Studies at Los Alamos National Laboratory.

Accompanying Paper

If you use this implementation of Graph Diffusion Distance, please cite:

Scott, Cory B., and Eric Mjolsness. "Novel diffusion-derived distance measures for graphs." arXiv preprint arXiv:1909.04203 (2019).

About

Codes for calculating graph Diffusion Distance Efficiently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages