paminco
Map indices in nodes to node labels.
Node indices to map to node labels.
Whether to vectorize over nodes (must be ndarray). Better performance for larger arrays.
nodes
Node label(s).
str : If nodes is int.
str
ndarray : If nodes is ndarray and vectorize is True.
ndarray
list of str : else.
list of str
Nodes is neither int, ndarray or iterable.