TestingAnalysis::BinaryClassifcationRates Struct Reference

Structure with the binary classification rates. More...

#include <testing_analysis.h>

Public Attributes

Tensor< Index, 1 > true_positives_indices
 Vector with the indices of the samples which are true positive. More...
 
Tensor< Index, 1 > false_positives_indices
 Vector with the indices of the samples which are false positive. More...
 
Tensor< Index, 1 > false_negatives_indices
 Vector with the indices of the samples which are false negative. More...
 
Tensor< Index, 1 > true_negatives_indices
 Vector with the indices of the samples which are true negative. More...
 

Detailed Description

Structure with the binary classification rates.

Definition at line 130 of file testing_analysis.h.

Member Data Documentation

◆ false_negatives_indices

Tensor<Index, 1> false_negatives_indices

Vector with the indices of the samples which are false negative.

Definition at line 142 of file testing_analysis.h.

◆ false_positives_indices

Tensor<Index, 1> false_positives_indices

Vector with the indices of the samples which are false positive.

Definition at line 138 of file testing_analysis.h.

◆ true_negatives_indices

Tensor<Index, 1> true_negatives_indices

Vector with the indices of the samples which are true negative.

Definition at line 146 of file testing_analysis.h.

◆ true_positives_indices

Tensor<Index, 1> true_positives_indices

Vector with the indices of the samples which are true positive.

Definition at line 134 of file testing_analysis.h.


The documentation for this struct was generated from the following file: