Type Parameters:
T - feature-input type

public class FromDictionary<T extends FeatureInputDictionary> extends FeatureGeneric<T>
Extracts a key-value from a Dictionary as a double.

Note the key has an optional prefix and suffix, so that the actual key used is ${keyPrefix}${key}${keySuffix}

Author:
Owen Feehan