ToPS
|
This class is the implementation of Similiarity Based Sequence Weighting. More...
#include <SimilarityBasedSequenceWeighting.hpp>
Public Member Functions | |
virtual std::string | model_name () const |
returns the model name | |
virtual double | evaluate (const Sequence &s, unsigned int begin, unsigned int end) const |
Calculates the sequence likelihood given this model. | |
virtual std::string | str () const |
returns the string representation of the model |
This class is the implementation of Similiarity Based Sequence Weighting.
Definition at line 43 of file SimilarityBasedSequenceWeighting.hpp.