#include <roc_curve.hh>
◆ ~RocCurve()
numeric::RocCurve::~RocCurve |
( |
| ) |
|
|
overridedefault |
Automatically generated virtual destructor for class deriving directly from VirtualBase.
Auto-generated virtual destructor
◆ RocCurve()
numeric::RocCurve::RocCurve |
( |
| ) |
|
◆ calculate_auc()
◆ generate_roc_curve()
void numeric::RocCurve::generate_roc_curve |
( |
| ) |
|
References enumerate_junctions::default, numeric::false_negative, false_negative_count_, numeric::false_positive, false_positive_count_, roc_curve_, roc_point_vector_, numeric::true_negative, true_negative_count_, numeric::true_positive, true_positive_count_, and utility_exit_with_message.
Referenced by main().
◆ insert_point() [1/2]
void numeric::RocCurve::insert_point |
( |
bool |
predicted, |
|
|
bool |
actual, |
|
|
std::string const & |
tag, |
|
|
platform::Real const & |
score |
|
) |
| |
◆ insert_point() [2/2]
void numeric::RocCurve::insert_point |
( |
RocPoint const & |
roc_point | ) |
|
References enumerate_junctions::default, numeric::false_negative, false_negative_count_, numeric::false_positive, false_positive_count_, roc_point_vector_, numeric::RocPoint::status(), numeric::true_negative, true_negative_count_, numeric::true_positive, true_positive_count_, and utility_exit_with_message.
Referenced by insert_point(), main(), and setup_roc_curve().
◆ print_roc_curve()
void numeric::RocCurve::print_roc_curve |
( |
| ) |
|
◆ roc_curve()
◆ false_negative_count_
◆ false_positive_count_
◆ roc_curve_
◆ roc_point_vector_
◆ true_negative_count_
◆ true_positive_count_
The documentation for this class was generated from the following files: