SHOGUN
v1.1.0
|
class ErrorRateMeasure used to measure error rate of 2-class classifier.
This class is also capable of measuring any other rate using get_[measure name] methods of CContingencyTableEvaluation class.
Note that evaluate() should be called first.
Definition at line 257 of file ContingencyTableEvaluation.h.
Additional Inherited Members | |
![]() | |
SGIO * | io |
Parallel * | parallel |
Version * | version |
Parameter * | m_parameters |
Parameter * | m_model_selection_parameters |
![]() | |
void | compute_scores (CLabels *predicted, CLabels *ground_truth) |
![]() | |
EContingencyTableMeasureType | m_type |
bool | m_computed |
int32_t | m_N |
float64_t | m_TP |
float64_t | m_FP |
float64_t | m_TN |
float64_t | m_FN |
Definition at line 261 of file ContingencyTableEvaluation.h.
|
virtual |
Definition at line 263 of file ContingencyTableEvaluation.h.
|
virtual |
get name
Reimplemented from CContingencyTableEvaluation.
Definition at line 265 of file ContingencyTableEvaluation.h.