Description Usage Arguments Value
Update ProbMatX object with more data
1 | updateProbMatX(prevData, dataO, dataH, groupSize, alphabetSizeO, alphabetSizeH)
|
prevData |
The ProbMatX object created from 'createProbMatX' function |
dataO |
the new observed data to be updated into the ProbMatX object |
dataH |
the new hidden data to be updated into the ProbMatX object |
groupSize |
The chosen group size for DMarkov. The groupSize must be the same as the one used when creating the ProbMatX object |
alphabetSizeO |
The original alphabet size of the observed data. The alphabetSize must be the same as the one used when creating the ProbMatX object |
alphabetSizeH |
The original alphabet size of the hidden data. The alphabetSize must be the same as the one used when creating the ProbMatX object |
A ProbMatX object. A list containing the updated transition, emission and reverse emission probabilities from the input data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.