![]() |
Rosetta Utilities
2015.09
|
#include <roc_curve.hh>
Public Member Functions | |
virtual | ~RocPoint () |
Automatically generated virtual destructor for class deriving directly from ReferenceCount. More... | |
RocPoint (bool predicted, bool actual, std::string const &tag, platform::Real const &score) | |
RocPoint (RocStatus const &status, std::string const &tag, platform::Real const &score) | |
RocStatus | status () const |
void | status (RocStatus const &status) |
std::string | tag () const |
void | tag (std::string const &tag) |
platform::Real | score () const |
void | score (platform::Real const &score) |
bool | operator< (RocPoint const &that) const |
![]() | |
ReferenceCount () | |
Default constructor. More... | |
virtual | ~ReferenceCount () |
Private Attributes | |
RocStatus | status_ |
std::string | tag_ |
platform::Real | score_ |
Additional Inherited Members | |
![]() | |
typedef platform::Size | Size |
typedef platform::Size | size_type |
|
virtual |
Automatically generated virtual destructor for class deriving directly from ReferenceCount.
Auto-generated virtual destructor
numeric::RocPoint::RocPoint | ( | bool | predicted, |
bool | actual, | ||
std::string const & | tag, | ||
platform::Real const & | score | ||
) |
numeric::RocPoint::RocPoint | ( | RocStatus const & | status, |
std::string const & | tag, | ||
platform::Real const & | score | ||
) |
platform::Real numeric::RocPoint::score | ( | ) | const |
void numeric::RocPoint::score | ( | platform::Real const & | score | ) |
RocStatus numeric::RocPoint::status | ( | ) | const |
References status_.
Referenced by numeric::RocCurve::insert_point(), and status().
|
private |
Referenced by operator<(), and score().
|
private |
Referenced by RocPoint(), and status().
|
private |
Referenced by tag().