Learn R Programming

PST (version 0.81)

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.

Arguments

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.

See Also

PSTr

Examples

Run this code
showClass("PSTf")

Run the code above in your browser using DataLab