0.0.8 • Published 8 years ago

ngraph.serialization v0.0.8

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
8 years ago

ngraph.serialization

This library provides serialization and deserialization of a graph into various formats. Currently supported formats are:

  • JSON - is the most readable and simple graph storage format. Main drawback of this format is its size - for large graph due to verbosity of the format it can take more space then it could.
  • Matrix market format is a format suitable for representing general sparse matrices. Only nonzero entries are provided, and the coordinates of each nonzero entry is given explicitly. Most notably this format is used to store University of Florida Sparse Matrix Collection
0.0.8

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

10 years ago

0.0.2

11 years ago

0.0.1

11 years ago