snap-stanford / snap

Stanford Network Analysis Platform (SNAP) is a general purpose network analysis and graph mining library.
Other
2.18k stars 799 forks source link

The Method to Find Local Minima is Not Included (MAPPR) #185

Open CCC-S opened 4 years ago

CCC-S commented 4 years ago

I didn't find any method relates to 1-hop neighbourhood, is that not included here? Besides, it seems that the function isLocalMin(int idx, double thresh) in file "snap/snap-adv/localmotifcluster.cpp" line 681 doesn't match the definition in the paper.