PSTf-class: Flat representation of a probabilistic suffix tree
Description
The class "PSTf"
is the flat representation of a probabilistic suffix tree (PST) storing a variable length Markov chain model. The flat representation is a list where each element corresponds to a given depth. It is the prefered representation and is used by all functions for model fitting and sequence analysis with PST. The nested representation "PSTr"
is used only for printing and plotting PSTs.Objects from the Class
Objects of class "PSTf"
are returned by the pstree
, prune
and tune
function.Extends
Class "list"
, from data part.
Class "vector"
, by class "list", distance 2.