pyhgf.utils.get_input_idxs#
- pyhgf.utils.get_input_idxs(edges)[source]#
List all possible default inputs nodes.
An input node is a state node without any child.
- Parameters:
edges (tuple[AdjacencyLists, ...]) – 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.- Return type:
tuple[int, …]