Combine collections of feature sequences
Combines feature data objects which may or may not contain data for the
same features. If different feature data is present for the same feature id
in the inputs, the data from the first will be propagated to the result.
Parameters
- data : List[FeatureData[Sequence]]
- The collection of feature sequences to be merged.
Returns
- merged_data : FeatureData[Sequence]
- The resulting collection of feature sequences containing all feature
sequences provided.