ToPS
|
Decorator for the probabilistic model. More...
#include <ProbabilisticModelDecorator.hpp>
Public Member Functions | |
virtual double | evaluate (const Sequence &s, unsigned int begin, unsigned int end) const |
Calculates the sequence likelihood given this model. | |
virtual double | log_probability_of (int s) const |
Returns the log_probability_of the number s. | |
virtual double | choose () const |
Choose a symbol. |
Decorator for the probabilistic model.
Definition at line 31 of file ProbabilisticModelDecorator.hpp.