![]() |
Version 4.2.0 |
#include <seqpp/PhasedVLMarkov.h>

Public Member Functions | |
| template<class TSeq> | |
| PhasedVLMarkov (const TSeq &tseq, vector< double > &init, double cutoff, short phase, short initial_phase=0) | |
| Constructor 1 from a SequenceSet or a Sequence. | |
| template<class TSeq> | |
| PhasedVLMarkov (const TSeq &tseq, double cutoff, short phase, short initial_phase=0) | |
| Constructor 2 from a SequenceSet or a Sequence with random init. | |
| ~PhasedVLMarkov () | |
| destructor | |
Protected Attributes | |
| vlm_tree * | _vlmtree |
| Variable Length Context Trees. | |
PhasedVLMarkov is a PhasedMarkov object with a different estimation step. This object performs the estimation with the Variable Length Markov algorithm and then transfoms, once per phase, the variable length context tree in a markovian matrix. One difference is that a cutoff is required for the selection of the tree.
| PhasedVLMarkov::PhasedVLMarkov | ( | const TSeq & | tseq, | |
| vector< double > & | init, | |||
| double | cutoff, | |||
| short | phase, | |||
| short | initial_phase = 0 | |||
| ) | [inline] |
Constructor 1 from a SequenceSet or a Sequence.
| tseq | a (set of) sequence(s) for estimation | |
| init | initial law in the leaves | |
| cutoff | tree selection cutoff | |
| phase | phase | |
| initial_phase | phase of the first element of each sequence |
References PhasedMarkov::_nb_param, PhasedMarkov::_order, PhasedMarkov::_Pis, PhasedMarkov::_size, and _vlmtree.
| PhasedVLMarkov::PhasedVLMarkov | ( | const TSeq & | tseq, | |
| double | cutoff, | |||
| short | phase, | |||
| short | initial_phase = 0 | |||
| ) | [inline] |
Constructor 2 from a SequenceSet or a Sequence with random init.
| tseq | a (set of) sequence(s) for estimation | |
| cutoff | tree selection cutoff | |
| phase | phase | |
| initial_phase | phase of the first element of each sequence |
References PhasedMarkov::_nb_param, PhasedMarkov::_order, PhasedMarkov::_Pis, PhasedMarkov::_size, and _vlmtree.
| Download seq++ 4.2.0 |
| 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.5.6