This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Heat Kernel Based Community Detection | |
| # by Kyle Kloster and David F. Gleich | |
| # supported by NSF award CCF-1149756. | |
| # | |
| # This demo shows our algorithm running on the Twitter graph. | |
| # Our other codes are available from David's website: | |
| # | |
| # https://www.cs.purdue.edu/homes/dgleich/codes/hkgrow/ | |
| # | |
| # To use this demo, you need pylibbvg graph by David Gleich, Wei-Yen Day, and |