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

public class AbsoluteValue<T extends FeatureInput> extends FeatureUnaryGeneric<T>
A feature that calculates the absolute value of another feature's result.