OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
opennn::TestingAnalysis::BinaryClassificationRates Struct Reference

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
 

Detailed Description

Sample indices split into the four cells of a binary classification confusion matrix.

Member Data Documentation

◆ false_negatives_indices

vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::false_negatives_indices

◆ false_positives_indices

vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::false_positives_indices

◆ true_negatives_indices

vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::true_negatives_indices

◆ true_positives_indices

vector<Index> opennn::TestingAnalysis::BinaryClassificationRates::true_positives_indices