|
OpenNN
Open-source neural networks library
|
Results of a ROC analysis: ROC curve, area under it and optimal threshold. More...
#include <testing_analysis.h>
Public Member Functions | |
| void | print () const |
| Prints the ROC analysis to stdout. | |
Public Attributes | |
| MatrixR | roc_curve |
| float | area_under_curve = 0 |
| float | confidence_limit = 0 |
| float | optimal_threshold = 0 |
Results of a ROC analysis: ROC curve, area under it and optimal threshold.
| void opennn::TestingAnalysis::RocAnalysis::print | ( | ) | const |
Prints the ROC analysis to stdout.
| float opennn::TestingAnalysis::RocAnalysis::area_under_curve = 0 |
| float opennn::TestingAnalysis::RocAnalysis::confidence_limit = 0 |
| float opennn::TestingAnalysis::RocAnalysis::optimal_threshold = 0 |
| MatrixR opennn::TestingAnalysis::RocAnalysis::roc_curve |