networkx 2.8.2 Pypi GitHub Homepage
Other Docs
ParametersReturns
add_node(self, i, kind, reg2prob, avg_deg, t_edge_prob)

Parameters

i: object :

Identifier of the new node

kind: string :

Type of the new node. Options are: 'M' for middle node, 'CP' for content provider and 'C' for customer.

reg2prob: float :

Probability the new node can be in two different regions.

avg_deg: float :

Average number of transit nodes of which node i is customer.

t_edge_prob: float :

Probability node i establish a customer transit edge with a tier one (T) node

Returns

i: object

Identifier of the new node

Add a node and its customer transit edges to the graph.

Examples

See :

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


GitHub : /networkx/generators/internet_as_graphs.py#173
type: <class 'function'>
Commit: