#include <Predictor.h>
Inheritance diagram for Predictor:
Public Member Functions | |
Predictor (const string &name, const predictorparams ¶ms) | |
virtual | ~Predictor () |
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 unsigned long | getContextAt (time_t time) const |
virtual membershiplist | getContextsAt (time_t time) const |
virtual string | serialize () const |
virtual void | unserialize (string data) |
The Predictor Class is a wrapper class that loads a dll containing the actual implementation during runtime.
|
Creates the classifier
|
|
Destructor |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Implements PredictorAlgorithm. |
|
Serialize a predictors data to a string
Implements PredictorAlgorithm. |
|
Unserialize a predictors data from a string
Implements PredictorAlgorithm. |