createProbMatX: Create Probability Matrix X (createProbMatX)

Description Usage Arguments Value

Description

Create new ProbMatX object from a set of observed and hidden data. This ProbMatX object contains transition, emission and reverse emission probabilities

Usage

1
createProbMatX(dataO, dataH, groupSize, alphabetSizeO, alphabetSizeH)

Arguments

dataO

A vector containing the observed data in SAX

dataH

A vector containing the hidden data in SAX

groupSize

The chosen group size for DMarkov

alphabetSizeO

The original alphabet size of the observed data

alphabetSizeH

The original alphabet size of the hidden data

Value

A ProbMatX object. A list containing the transition, emission and reverse emission probabilities trained from the input data


jcpetkovich/rspatiotemp documentation built on May 18, 2019, 10:26 p.m.