gatelfdata.featurenumeric module¶
Module for the FeatureNumeric class
-
class
gatelfdata.featurenumeric.
FeatureNumeric
(fname, attrinfo, featurestats)[source]¶ Bases:
object
-
normalize
(value, normalize=None)[source]¶ This normalizes the value using the currently set normalization if normalize is None, explicitly no normalization if normalize is false (overriding what is the default), or whatever the string or function set indicates.
-