HyperEdgeSet.feature_flat_array¶
- property HyperEdgeSet.feature_flat_array: ndarray | None¶
Flatten all features into one long vector per (batch, ) by Fortran ordering.
- Returns:
Single instance: 1D array of length n_obj * n_feats. Batched instance: 2D array of shape (batch, n_obj * n_feats).