40 #ifndef _FULLHMMTRANSITIONMATRIX_H_ 41 #define _FULLHMMTRANSITIONMATRIX_H_ 43 #include "../Prob/Simplex.h" 47 #include "../AbstractParameterAliasable.h" 98 double Pij(
size_t i,
size_t j)
const 129 #endif //_FULLHMMTRANSITIONMATRIX_H_
The matrix template interface.
FullHmmTransitionMatrix & operator=(const FullHmmTransitionMatrix &hptm)
void fireParameterChanged(const ParameterList ¶meters)
Notify the class when one or several parameters have changed.
FullHmmTransitionMatrix * clone() const
Create a copy of this object and send a pointer to it.
This class allows to perform a correspondence analysis.
A partial implementation of the Parametrizable interface.
const Matrix< double > & getPij() const
Get all transition probabilities as a matrix.
Describe the transition probabilities between hidden states of a Hidden Markov Model.
The parameter list object.
Partial implementation of HmmTransitionMatrix.
double Pij(size_t i, size_t j) const
Get the transition probability between two states.
FullHmmTransitionMatrix(const HmmStateAlphabet *alph, const std::string &prefix="")
void setTransitionProbabilities(const Matrix< double > &mat)
Set the matrix of the transition probabilities.
std::vector< Simplex > vSimplex_
const std::vector< double > & getEquilibriumFrequencies() const