subwaystation / sgd2

header-only large graph layout via stochastic gradient descent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

header-only s_gd2

This is a simple refactoring of the C++ code from https://github.com/jxz12/s_gd2 into a header-only library.

It updates the code to use 64 bit integers throughout.

An example src/main.cpp demonstrates usage of unweighted SGD based layout.

todo

  • Use STL templates rather than uint64_t* arrays.

About

header-only large graph layout via stochastic gradient descent

License:MIT License


Languages

Language:C++ 99.7%Language:Makefile 0.3%