![]() |
Version 4.1.5 |
#include <seqpp/MTDMarkov.h>
Inheritance diagram for MTDMarkov:

Public Member Functions | |
| template<class TSeq> | |
| MTDMarkov (const TSeq &tseq, short mkv_order, short nbseed=NBSEED, int nbiter_max=NBITERMAX, double eps=EPS, bool log=false) | |
| Constructor 1 from a SequenceSet or a Sequence. | |
| MTDMarkov (unsigned long **count, short size, short mtd_order, short mkv_order, short nbseed=NBSEED, int nbiter_max=NBITERMAX, double eps=EPS, bool log=false) | |
| Constructor 2 from a coded-word count. | |
| void | estimate (unsigned long **count, bool decal_required, short mkv_order, short nbseed, int nbiter_max, double eps, bool log) |
| performs the estimation [used by each constructor] | |
| ~MTDMarkov () | |
| Destructor. | |
Protected Attributes | |
| mtd_core * | _mtdcore |
| Parcimonious Context Trees. | |
MTDMarkov is a Markov object with a different estimation step. This object performs the estimation with the Mixture Transition Distribution algorithm and then transfoms, once per phase, the MTD model in a markovian matrix.
|
||||||||||||||||||||||||||||||||
|
Constructor 1 from a SequenceSet or a Sequence.
|
|
||||||||||||||||||||||||||||||||||||
|
Constructor 2 from a coded-word count.
|
| Download seq++ 4.1.5 |
| Download previous versions |
| Statistique & Genome Home |
| Contributors : M.Baudry, P.Y.Bourguignon, M.Hoebeke, V.Miele, P.Nicolas, G.Nuel, H.Richard, D.Robelin |
1.3.9.1