ToPS
|
Provides mechanisms to control the phase of a probabilistic model. More...
#include <PhasedRunLengthDistribution.hpp>
Public Member Functions | |
virtual double | choose () const |
Choose a symbol. | |
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 int | size () const |
Returns the number of parameters of the model. | |
virtual std::string | str () const |
returns the string representation of the model | |
std::string | model_name () const |
returns the model name |
Provides mechanisms to control the phase of a probabilistic model.
Definition at line 34 of file PhasedRunLengthDistribution.hpp.