title | layout |
---|---|
Heat kernel diffusion for local clustering |
project |
These are research codes and may not work for you.
- TO DO (date)
compile % compile the mex files
G = load_graph('dolphins');
hkgrow_mex(G,seeds,t,eps);
hkgrow_mex.m
C++ MEX code for computing a set of best conductance via seeded heat kernel with input graph "A" and input parameters "seeds, eps, t".
pprgrow.m
from personal page rank clustering
To reproduce figure 2 (left), run:
test_tol_accuracy % generate the data
plot_tol_accuracy % plot the data