![]() |
Rosetta Utilities
2014.35
|
#include <roc_curve.hh>
Public Member Functions | |
virtual | ~RocCurve () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
RocCurve () | |
void | insert_point (RocPoint const &roc_point) |
void | insert_point (bool predicted, bool actual, std::string const &tag, platform::Real const &score) |
void | generate_roc_curve () |
utility::vector1< std::pair < platform::Real, platform::Real > > | roc_curve () |
void | print_roc_curve () |
platform::Real | calculate_auc () |
![]() | |
void | ctor () |
virtual | ~ReferenceCount () |
Destructor. More... | |
Size | ref_count () const |
Reference count. More... | |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
ReferenceCount (ReferenceCount const &) | |
Copy constructor. More... | |
ReferenceCount & | operator= (ReferenceCount const &) |
Copy assignment. More... | |
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
numeric::RocCurve::RocCurve | ( | ) |
platform::Real numeric::RocCurve::calculate_auc | ( | ) |
References roc_curve_.
void numeric::RocCurve::generate_roc_curve | ( | ) |
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 | ||
) |
References insert_point().
void numeric::RocCurve::print_roc_curve | ( | ) |
References utility::io::oc::cout, and roc_curve_.
utility::vector1< std::pair< platform::Real, platform::Real > > numeric::RocCurve::roc_curve | ( | ) |
References roc_curve_.
|
private |
Referenced by generate_roc_curve(), and insert_point().
|
private |
Referenced by generate_roc_curve(), and insert_point().
|
private |
Referenced by calculate_auc(), generate_roc_curve(), print_roc_curve(), and roc_curve().
|
private |
Referenced by generate_roc_curve(), and insert_point().
|
private |
Referenced by generate_roc_curve(), and insert_point().
|
private |
Referenced by generate_roc_curve(), and insert_point().