Class Sum<T extends FeatureInput>

Type Parameters:
T - feature input-type of all features in the list, as well as the returned result.

public class Sum<T extends FeatureInput>
extends FeatureFromList<T>
Sums the results after calculating a list of Features.
Author:
Owen Feehan