edge_orientation_distribution#

edge_orientation_distribution(domain, network_name='default_network')#

Computes the symmetric distribution of edge orientations for a network. Symmetric distribution implies both edge directions (+ve/-ve) contribute to the distribution.

Parameters:
domainmuspan domain

The domain containing the network and objects.

network_namestr, optional

Name of the network stored in the muspan domain, by default ‘default_network’.

Returns:
numpy.ndarray

Numpy array of edge orientations.

Raises:
RuntimeError

If the network name is not in the list of generated networks.