Jafar
|
This class allows to customize the set of parameters needed for updating the prediction model (specialization of PredictionEngineBase) More...
This class allows to customize the set of parameters needed for updating the prediction model (specialization of PredictionEngineBase)
Definition at line 130 of file predictenginebase.hpp.
#include <predictenginebase.hpp>
Public Member Functions | |
virtual void | UpdateModel ()=0 |
void | UpdateModel (PARAMS const ¶ms) |
void | SetHistoBufLength (time const &length) |
time | GetHistoBufLength () const |
void | ResizeHistory () |
time | GetHistoryLength () |
bool | GetHistoryClosestInfo (time const &t, InfoContainer &iCont) |
Protected Types | |
typedef std::deque < FSStorageBase< PARAMS > > | FSStorageBuf |
Protected Attributes | |
PARAMS | m_params |
bool | m_model_need_update |
time | m_histo_buf_length |
FSStorageBuf | m_fs_storage |
Generated on Wed Oct 15 2014 00:37:33 for Jafar by doxygen 1.7.6.1 |