Should add functions to query data from the DataGraphs object. Also, add display and show functions for NodeData and EdgeData so that it displays the data matrix when you call it.
Consider adding a ne/nn attribute to the DataGraph to contain the number of nodes or the number of edges. If nothing else, the API should have a ne() and nn() function enabled.
Should add functions to query data from the DataGraphs object. Also, add display and show functions for
NodeData
andEdgeData
so that it displays the data matrix when you call it.