dynpy.sample_nets - Module with sample networks and dynamical systems¶
This module provides several sample networks and dynamical systems for use in testing and development.
Right now it includes:
Several published boolean networks (see source)
karateclub_net: A 34-node graph representing Zachary’s karate-club network.
It is in numpy array format.
test_bn: A simple 4-node BN for testing
test2_bn: Another simple 4-node BN for testing