Combine multiple tables
Combines feature tables using the overlap_method provided.
Parameters
- tables : List[FeatureTable[Frequency]]
- The collection of feature tables to be merged.
- overlap_method : Str % Choices('error_on_overlapping_sample', 'error_on_overlapping_feature', 'sum'), optional
- Method for handling overlapping ids.
Returns
- merged_table : FeatureTable[Frequency]
- The resulting merged feature table.