pyhgf.model.add_categorical_state#

pyhgf.model.add_categorical_state(network, n_nodes, node_parameters, additional_parameters)[source]#

Add categorical state node(s) to a network.

Parameters:
  • network (Network)

  • n_nodes (int)

  • node_parameters (Dict)

  • additional_parameters (Dict)

Return type:

Network