pymnet.full¶
- pymnet.full(nodes, layers, couplings=('categorical', 1.0))¶
Generate a full multiplex network.
The produced multiplex network has a single aspect and is fully interconnected. Can also produce a full monoplex network.
- Parameters:
- nodesint
Number of nodes in the network
- layersint, sequence or None
Number of layers in the network, a sequence of layer names, or None for monoplex networks.
- couplingstuple
The coupling types of the multiplex network object.
- Returns:
- netMultiplexNetwork or MultilayerNetwork
The multiplex network that is produced, or the monoplex network (which is of type MultilayerNetwork).