Type Parameters:
T - the type of FeatureInput this feature operates on

public class Maximum<T extends FeatureInput> extends FeatureFromList<T>
A feature that calculates the maximum value from a list of features.