snap-stanford / snap

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

SaveLEDA Functionality #162

Open scottfleming opened 5 years ago

scottfleming commented 5 years ago

There are a few network packages/methods out there that require a LEDA-formatted file as input (for example, Graphlet-based network comparison distances). It's obviously not impossible to code up yourself a LEDA file from the raw edge outputs that SNAP provides, but it would be nice to have saving to a LEDA-format file built in to the SNAP functionality. So I wrote a function that does that. I'm not sure exactly what all needs to happen to make that part of the make file/namespace/documentation, but I'm happy to help where I can.

SUNetID: scottyf