graph_gen#

Description

Generate Raphtory graphs from attachment models

Functions

random_attachment(g, nodes_to_add, ...[, seed])

Generates a graph using the random attachment model

ba_preferential_attachment(g, nodes_to_add, ...)

Generates a graph using the preferential attachment model.