Defines how the various input are combined together.
Available values are:
Interpolate: interpolate all input values with
their relative weights. If the sum of weights is less than 1, then the
else value is used with the missing weight ratio.
Interpolate with normalized weights: interpolate
all inputs values with their relative weights, but normalize the weights
before. The else value is only used if the sum of weights is 0
Interpolate Max value only: interpolate only the
value that have the maximum weight with the else value
Interpolate Min value only: interpolate only the
value that have the minimum weight with the else value
Select Maximum: no interpolation, the result with
be the exact same value than the one with the maximum weight, or the
else value if all weights are 0
Select Minimum: no interpolation, the result with
be the exact same value than the one with the minimum weight