![]() |
GURLS++
2.0.00
C++ Implementation of GURLS Matlab Toolbox
|
Contains classes that compute a confidence score for the predicted labels.
Classes | |
class | gurls::ConfBoltzman< T > |
ConfBoltzman is the sub-class of Confidence that computes the probability of belonging to the highest scoring class. More... | |
class | gurls::ConfBoltzmanGap< T > |
ConfBoltzmanGap is the sub-class of Confidence that computes a confidence estimation for the predicted class (i.e. More... | |
class | gurls::ConfGap< T > |
ConfGap is the sub-class of Confidence that computes a confidence estimation for the predicted class. More... | |
class | gurls::Confidence< T > |
Confidence is the class that computes a confidence score for the predicted labels. More... | |
class | gurls::ConfMaxScore< T > |
ConfMaxScore is the sub-class of Confidence that computes a confidence estimation for the predicted class (i.e. More... |