ChannelWeightSpec
combination_style |
Description |
Example |
|---|---|---|
Required: True Type: <enum ‘CombinationStyleEnum’> Units: None |
How to combine multiple feature weights. |
multiplication |
output_channels |
Description |
Example |
|---|---|---|
Required: True Type: list[str] Units: None |
list of tf ouput channels for which this weighting scheme will be applied |
[ ex ey hz ] |
feature_weight_specs |
Description |
Example |
|---|---|---|
Required: True Type: list[mt_metadata.features.weights.f eature_weight_spec.FeatureWeightSpe Units: None |
List of feature weighting schemes to use for TF processing. |
[] |
weights |
Description |
Example |
|---|---|---|
Required: False Type: xarray.core.dataarray.DataArray | xarray.core.dataset.Dataset | Units: None |
Weights computed for this channel weight spec. Should be set after evaluation. |
null |