HyperEdgeSet.feature_dict

property HyperEdgeSet.feature_dict: dict[str, ndarray] | None

Unstack feature_array into a dict: feature_name –> array.

Returns:

Dict of shape (n_obj,) or (batch, n_obj) per feature.