#include <StumpLearner.h>
Public Member Functions | |
sRates () | |
The constructor. | |
bool | operator< (const sRates &el) const |
Overloading of the operator to allows sorting. | |
Public Attributes | |
int | classIdx |
the index of the class. Needed because we will sort the vector that contains this object | |
double | rPls |
positive rate, or | |
double | rMin |
negative rate, or | |
double | rZero |
abstention rate, or |
It is defined (using as variable) as
Definition at line 158 of file StumpLearner.h.
|
Overloading of the operator to allows sorting.
Definition at line 173 of file StumpLearner.h. References StumpLearner::sRates::rMin, and StumpLearner::sRates::rPls. |