OVERVIEW
Implementations of the Adaptive-similarity Node Embedding method (see here)
-
portable/
: Basic implementation with no dependencies (expept basic cblas routines). -
slepc_based/
: Scalable to larger graphs (millions of nodes). Builds on (and requires installation of) theslepc
package.