#include <LoggingFeatureContainer.h>
Inheritance diagram for LoggingFeatureContainer:
Public Member Functions | |
LoggingFeatureContainer (ConfigReader *config) | |
virtual | ~LoggingFeatureContainer () |
virtual void | nextSample () |
|
Constructor Initiaizes a logfile and logs all operations performed on the underlaying FeatureContainer class for later replay.
|
|
Destructor |
|
Retrieve next sample Retrieve next samples from all features at once. This method should be called at the beginning of each time step. This method calls nextSample for each FeatureContainer and then allocates the global feature vector which can be returned by successive calls to getSampleVector. The specific feature objects are created by the FeatureContainer implementations, as this method calls getSample for every dimension.
Reimplemented from FeatureContainer. |