![]() |
Version 4.0.0 |
#include <seqpp/VLMarkov.h>
Inheritance diagram for VLMarkov:
Public Member Functions | |
template<class TSeq> | |
VLMarkov (const TSeq &tseq, vector< double > &init, double cutoff) | |
Constructor 1 from a SequenceSet or a Sequence. | |
template<class TSeq> | |
VLMarkov (const TSeq &tseq, double cutoff) | |
Constructor 2 from a SequenceSet or a Sequence with random init. | |
Protected Attributes | |
vlm_tree * | _vlmtree |
Variable Length Context Tree. |
This is a special case of a phased Variable LengthMarkov [PhasedVLMarkov] model when only one phase is considered, and also a Markov object.
|
Constructor 1 from a SequenceSet or a Sequence.
|
|
Constructor 2 from a SequenceSet or a Sequence with random init.
|
Download seq++ 4.0.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 |