At this time, the Combination class only accepts the combination rule as parameter.
We want a 'weighted' combination rule, in which one would also manually pass the
weights as parameters (either in the class constructor or in the 'combine' method)
and use those weights to perform the combination of classifiers predictions.
At this time, the Combination class only accepts the combination rule as parameter. We want a 'weighted' combination rule, in which one would also manually pass the weights as parameters (either in the class constructor or in the 'combine' method) and use those weights to perform the combination of classifiers predictions.