Description Usage Arguments Value See Also Examples
Returns the number of constraints from a HMM object.
1 2 3 4 | nconstraints(x)
## S3 method for class 'HMM'
nconstraints(x)
|
x |
the HMM object. |
An integer with the number of constraints of the model.
constraints, nstates, ntransitions
1 2 3 4 | model <- HMM(5)
nconstraints(model)
model <- HMMrectangle(3, 3)
nconstraints(model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.