#include <ActiveLezi.h>
Inheritance diagram for ActiveLezi:
Public Member Functions | |
ActiveLezi (predictorparams ¶ms) | |
virtual | ~ActiveLezi () |
virtual void | addContexts (const membershiplist *contexts, time_t time) |
virtual void | addContext (unsigned long contextId, time_t time) |
virtual unsigned long | getNextContext () const |
virtual membershiplist | getNextContexts () const |
virtual contexttrajectory | getContextTrajectory (unsigned int start, unsigned int end) const |
virtual unsigned long | getContextAt (time_t time) const |
virtual membershiplist | getContextsAt (time_t time) const |
virtual string | serialize () const |
virtual void | unserialize (string data) |
unsigned int | getMaxDepth () const |
virtual string | toString () const |
|
|
|
Destructor |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
|
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Serialize a predictors data to a string
Implements PredictorAlgorithm. |
|
This is only for testing. Implements PredictorAlgorithm. |
|
Unserialize a predictors data from a string
Implements PredictorAlgorithm. |