#include <roc_curve.hh>
numeric::RocCurve::~RocCurve |
( |
| ) |
|
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
numeric::RocCurve::RocCurve |
( |
| ) |
|
void numeric::RocCurve::generate_roc_curve |
( |
| ) |
|
References 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.
void numeric::RocCurve::insert_point |
( |
RocPoint const & |
roc_point | ) |
|
References 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().
void numeric::RocCurve::insert_point |
( |
bool |
predicted, |
|
|
bool |
actual, |
|
|
std::string const & |
tag, |
|
|
platform::Real const & |
score |
|
) |
| |
void numeric::RocCurve::print_roc_curve |
( |
| ) |
|
The documentation for this class was generated from the following files: