pyhgf.utils.get_input_idxs#
- pyhgf.utils.get_input_idxs(edges: Tuple[AdjacencyLists, ...]) Tuple[int, ...] [source]#
List all possible default inputs nodes.
An input node is a state node without any child.
- Parameters:
- edges
The edges of the probabilistic network as a tuple of
pyhgf.typing.Indexes
. The tuple has the same length as the number of nodes. For each node, the index list value/volatility - parents/children.