utils package

Submodules

utils.convert_edgelist_to_stream module

utils.export_networkx_graphs module

This is a script to export NetworkX graphs into a labelled edge list

Format

<Number of nodes> <Number of edges> u v u v u v

utils.export_networkx_graphs.export_networkx_graphs()

utils.generate_random_edgelist module

utils.graph_info module

class utils.graph_info.GraphInfo(graph: networkx.classes.graph.Graph)

Bases: object

to_csv(dataset: str, desc: str, filename: str, category: str, source: str, link: str) → str

Module contents