size.search {DBHC} | R Documentation |
Size Search Algorithm
Description
The size search algorithm finds the optimal number of HMM states for a set of
sequences and returns both the optimal hmm
object and the
corresponding number of hidden states. Used in select.seeds
.
Usage
size.search(sequences, log_space = FALSE, print = FALSE)
Arguments
sequences |
An |
log_space |
Logical, parameter provided to
|
print |
Logical, whether to print intermediate steps or not. |
Value
A list with the optimal number of HMM states and the optimal
hmm
object.
See Also
Used in the DBHC seed selection procedure in
select.seeds
.
[Package DBHC version 0.0.3 Index]