|
OpenNN
Open-source neural networks library
|
Sample indices split into the four cells of a binary classification confusion matrix. More...
#include <testing_analysis.h>
Public Attributes | |
| vector< Index > | true_positives_indices |
| vector< Index > | false_positives_indices |
| vector< Index > | false_negatives_indices |
| vector< Index > | true_negatives_indices |
Sample indices split into the four cells of a binary classification confusion matrix.
| vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::false_negatives_indices |
| vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::false_positives_indices |
| vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::true_negatives_indices |
| vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::true_positives_indices |