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

public class Multiply<T extends FeatureInput> extends FeatureFromList<T>
A feature that multiplies the results of multiple features together.