Description Usage Arguments Value
Create new ProbMatX object from a set of observed and hidden data. This ProbMatX object contains transition, emission and reverse emission probabilities
1 | createProbMatX(dataO, dataH, groupSize, alphabetSizeO, alphabetSizeH)
|
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 |
A ProbMatX object. A list containing the transition, emission and reverse emission probabilities trained from the input data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.