graphtester.io.load#

Common loader API to procure graphs.

The users can either load a synthetic dataset named and versioned by graphtester, or load a real dataset. Graphtester provides some real datasets that can be loaded by their names similar to the synthetic datasets. Alternatively, the user can provide a list of networkx or igraph graphs to be used for testing.

Functions

load(name_or_graphs[, labels, node_labels, ...])

Load graphs from a dataset or a list of graphs.