ElementsConverter.__call__¶
- ElementsConverter.__call__(*args, **kwargs)[source]¶
Extract the
(address table, feature table)pair for this class of hyper-edges.All arguments are forwarded verbatim to
_get_table().- Returns:
The address table (columns
port_list, orNone) and the feature table (columnsfeature_list, orNone); both share the same row order, one row per hyper-edge.- Return type:
tuple[DataFrame | None, DataFrame | None]