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

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