Package CHEM :: Package Kernel :: Module Util
[hide private]
[frames] | no frames]

Module Util



Miscellaneous utility functions used across the application

Classes [hide private]
  FeatureDictWriter
Utility class to encode data feature vectors (represented as string:count feature dictionaries) into a plain text file format, that can then be re-read using the matching "FeatureDictReader" class.
  FeatureDictReader
Utility class to dencode data feature vectors (represented as index:count lines in a text file) into a string:count feature dictionary objects.
Variables [hide private]
  log = logging.getLogger(Const.APPLICATION_NAME)
  handler = logging.StreamHandler(sys.stderr)
  formatter = logging.Formatter(Const.LOGGER_FORMAT)