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.
Unstack feature_array into a dict: feature_name –> array.
Dict of shape (n_obj,) or (batch, n_obj) per feature.