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

Module Util



Miscellaneous utility functions used across the application.

FeatureDict Reader and Writer allows for the saving and loading of feature dictionary data generated from feature extractors to plain text file formats.

Classes [hide private]
  FeatureDictWriter
Utility class to encode data feature vectors (represented as string:value feature dictionaries) into a plain text file format.
  FeatureDictReader
Decodes data feature vectors (represented as index:value lines in a text file) into string:value feature dictionary objects.
  FeatureDictReaderFactory
Simple extension of the FileFactory, which takes care of temp file creation (as necessary) and special treatment of the "-" stdin filename.