33 #ifndef xmmHmmResults_hpp 34 #define xmmHmmResults_hpp 36 #include "../../core/model/xmmModelResults.hpp" std::vector< float > output_covariance
Predicted Output covariance associated with the generated parameter vector (only used in regression m...
Definition: xmmHmmResults.hpp:66
double exit_likelihood
Likelihood to exit the gesture on the next time step.
Definition: xmmHmmResults.hpp:78
double progress
Estimated time progression.
Definition: xmmHmmResults.hpp:73
double log_likelihood
Cumulative log-likelihood computed on a sliding window.
Definition: xmmHmmResults.hpp:53
double exit_ratio
Likelihood to exit the gesture on the next time step (normalized -/- total likelihood) ...
Definition: xmmHmmResults.hpp:84
unsigned int likeliest_state
Index of the likeliest state.
Definition: xmmHmmResults.hpp:89
Class-specific Results of the filtering/inference process.
Definition: xmmModelResults.hpp:47
Definition: xmmHmmParameters.hpp:43
double instant_likelihood
Instantaneous likelihood.
Definition: xmmHmmResults.hpp:48
Definition: xmmAttribute.hpp:42
std::vector< float > output_values
Predicted Output parameter vector (only used in regression mode)
Definition: xmmHmmResults.hpp:59