addContext(unsigned long contextId, time_t time) | HMM | [virtual] |
addContexts(const membershiplist *contexts, time_t time) | HMM | [virtual] |
addContextTrajectory(const vector< unsigned int > &traj, unsigned int from, unsigned int to, unsigned int slidingWindowSize, unsigned int slidingWindowHops) | HMM | |
getContextAt(time_t time) const | HMM | [virtual] |
getContextsAt(time_t time) const | HMM | [virtual] |
getContextTrajectory(unsigned int start, unsigned int end) const | HMM | [virtual] |
getNextContext() const | HMM | [virtual] |
getNextContext(const vector< unsigned int > &window) const (defined in HMM) | HMM | |
getNextContexts() const | HMM | [virtual] |
getNextContexts(const vector< unsigned int > &window) const (defined in HMM) | HMM | [virtual] |
getNextContextsMultiStep(const vector< unsigned int > &window, unsigned int numSteps) const (defined in HMM) | HMM | |
HMM(predictorparams ¶ms) (defined in HMM) | HMM | |
HMM(unsigned int numHiddenStates, unsigned int numAlphabetSymbols) (defined in HMM) | HMM | |
serialize() const | HMM | [virtual] |
toString() const | HMM | [virtual] |
unserialize(string data) | HMM | [virtual] |
~HMM() | HMM | [virtual] |
~PredictorAlgorithm() (defined in PredictorAlgorithm) | PredictorAlgorithm | [inline, virtual] |