|
SHOGUN
v1.1.0
|
class F1Measure used to measure F1 score 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 317 of file ContingencyTableEvaluation.h.

Additional Inherited Members | |
Public Attributes inherited from CSGObject | |
| SGIO * | io |
| Parallel * | parallel |
| Version * | version |
| Parameter * | m_parameters |
| Parameter * | m_model_selection_parameters |
Protected Member Functions inherited from CContingencyTableEvaluation | |
| void | compute_scores (CLabels *predicted, CLabels *ground_truth) |
Protected Attributes inherited from CContingencyTableEvaluation | |
| 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 |
| CF1Measure | ( | ) |
Definition at line 321 of file ContingencyTableEvaluation.h.
|
virtual |
Definition at line 323 of file ContingencyTableEvaluation.h.
|
virtual |
get name
Reimplemented from CContingencyTableEvaluation.
Definition at line 325 of file ContingencyTableEvaluation.h.