JaxHyperEdgeSet.feature_flat_array¶
- property JaxHyperEdgeSet.feature_flat_array: Array | None¶
Returns a flat array by concatenating all features together.
Single mode: shape (num_objects * num_features,)
Batch mode: shape (batch_size, num_objects * num_features).