Results of the filtering/inference process (for a Model with multiple classes). More...
#include <xmmModelResults.hpp>
Public Attributes | |
std::vector< double > | instant_likelihoods |
Instantaneous likelihood of each class. More... | |
std::vector< double > | instant_normalized_likelihoods |
Normalized instantaneous likelihood of each class. More... | |
std::vector< double > | smoothed_likelihoods |
Smoothed likelihood of each class. More... | |
std::vector< double > | smoothed_normalized_likelihoods |
Normalized smoothed likelihood of each class. More... | |
std::vector< double > | smoothed_log_likelihoods |
Cumulative smoothed log-likelihood of each class. More... | |
std::string | likeliest |
Label of the likeliest class. More... | |
std::vector< float > | output_values |
Output values estimated by regression. More... | |
std::vector< float > | output_covariance |
Output variance over the values estimated by regression. More... | |
Results of the filtering/inference process (for a Model with multiple classes).
The default results contain both likelihoods for recognition and vectors for the results of a regression
std::vector<double> xmm::Results< ModelType >::instant_likelihoods |
Instantaneous likelihood of each class.
std::vector<double> xmm::Results< ModelType >::instant_normalized_likelihoods |
Normalized instantaneous likelihood of each class.
std::string xmm::Results< ModelType >::likeliest |
Label of the likeliest class.
std::vector<float> xmm::Results< ModelType >::output_covariance |
Output variance over the values estimated by regression.
std::vector<float> xmm::Results< ModelType >::output_values |
Output values estimated by regression.
std::vector<double> xmm::Results< ModelType >::smoothed_likelihoods |
Smoothed likelihood of each class.
std::vector<double> xmm::Results< ModelType >::smoothed_log_likelihoods |
Cumulative smoothed log-likelihood of each class.
std::vector<double> xmm::Results< ModelType >::smoothed_normalized_likelihoods |
Normalized smoothed likelihood of each class.