GitXplorerGitXplorer
D

ASE-project

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
5440b71ac17c3c5c965d9a5a12e208ae9c10e21a

added obj folder

DDimBer committed 6 years ago
Unverified
927eff9cbf66e1412ac1863573ac967fdb31d21a

added obj folder

DDimBer committed 6 years ago
Unverified
99d7f643561a8beb988bb1c678d7a0a71dcadeef

added doc

DDimBer committed 6 years ago
Unverified
147d40f39fabd038f3e0ece265968cedc7eb9bb5

added doc

DDimBer committed 6 years ago
Unverified
3157143fd1cc38abc55a92cac5b83a7808629e03

added doc

DDimBer committed 6 years ago
Unverified
e1eccdd145a069059ff87ec71f1a1fc0d41739d1

added doc

DDimBer committed 6 years ago

README

The README file for this repository.

OVERVIEW

Implementations of the Adaptive-similarity Node Embedding method (see here)

  1. portable/ : Basic implementation with no dependencies (expept basic cblas routines).

  2. slepc_based/: Scalable to larger graphs (millions of nodes). Builds on (and requires installation of) the slepc package.