ngraph.serialization

0.0.8 • Public • Published

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

/ngraph.serialization/

    Package Sidebar

    Install

    npm i ngraph.serialization

    Weekly Downloads

    3

    Version

    0.0.8

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • anvaka