TestingAnalysis::RocAnalysisResults Struct Reference

This structure contains the results of a roc curve analysis. More...

#include <testing_analysis.h>

Public Attributes

Tensor< type, 2 > roc_curve
 Matrix containing the data of a ROC curve. More...
 
type area_under_curve
 Area under a ROC curve. More...
 
type confidence_limit
 Confidence limit. More...
 
type optimal_threshold
 Optimal threshold of a ROC curve. More...
 

Detailed Description

This structure contains the results of a roc curve analysis.

Definition at line 90 of file testing_analysis.h.

Member Data Documentation

◆ area_under_curve

type area_under_curve

Area under a ROC curve.

Definition at line 98 of file testing_analysis.h.

◆ confidence_limit

type confidence_limit

Confidence limit.

Definition at line 102 of file testing_analysis.h.

◆ optimal_threshold

type optimal_threshold

Optimal threshold of a ROC curve.

Definition at line 106 of file testing_analysis.h.

◆ roc_curve

Tensor<type, 2> roc_curve

Matrix containing the data of a ROC curve.

Definition at line 94 of file testing_analysis.h.


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