42 #include "../Matrix/MatrixTools.h" 43 #include "../VectorTools.h" 50 pij_((size_t)alph->getNumberOfStates(), (size_t)alph->getNumberOfStates()),
51 tmpmat_((size_t)alph->getNumberOfStates(), (size_t)alph->getNumberOfStates()),
52 eqFreq_((size_t)alph->getNumberOfStates()),
60 tmpmat_(hptm.tmpmat_),
61 eqFreq_(hptm.eqFreq_),
62 upToDate_(hptm.upToDate_)
79 if (stateAlphabet==NULL)
AbstractHmmTransitionMatrix(const HmmStateAlphabet *alph, const std::string &prefix="")
This class allows to perform a correspondence analysis.
void setHmmStateAlphabet(const HmmStateAlphabet *stateAlphabet)
Set the new hidden state alphabet.
RowMatrix< double > tmpmat_
Partial implementation of HmmTransitionMatrix.
const HmmStateAlphabet * alph_
AbstractHmmTransitionMatrix & operator=(const AbstractHmmTransitionMatrix &hptm)
Exception thrown when an unvalid alphabet is specified.