#include <xmmHmmParameters.hpp>
Estimator for the regression with HMMs.
Enumerator |
---|
Full |
The output is estimated by a weighted regression over all states.
|
Windowed |
The output is estimated by a weighted regression over a window centered around the likeliest state.
|
Likeliest |
The output is estimated by a regression using the likeliest state only.
|
Type of Transition Matrix.
Enumerator |
---|
Ergodic |
Ergodic Transition Matrix.
|
LeftRight |
Left-Right Transition model.
The only authorized transitions are: auto-transition and transition to the next state
|
The documentation for this class was generated from the following file: