TestingAnalysis::KolmogorovSmirnovResults Struct Reference

Structure with the results from Kolmogorov-Smirnov analysis. More...

#include <testing_analysis.h>

Public Attributes

Tensor< type, 2 > positive_cumulative_gain
 Matrix containing the data of a positive cumulative gain. More...
 
Tensor< type, 2 > negative_cumulative_gain
 Matrix containing the data of a negative cumulative gain. More...
 
Tensor< type, 1 > maximum_gain
 Maximum gain of the cumulative gain analysis. More...
 

Detailed Description

Structure with the results from Kolmogorov-Smirnov analysis.

Definition at line 112 of file testing_analysis.h.

Member Data Documentation

◆ maximum_gain

Tensor<type, 1> maximum_gain

Maximum gain of the cumulative gain analysis.

Definition at line 124 of file testing_analysis.h.

◆ negative_cumulative_gain

Tensor<type, 2> negative_cumulative_gain

Matrix containing the data of a negative cumulative gain.

Definition at line 120 of file testing_analysis.h.

◆ positive_cumulative_gain

Tensor<type, 2> positive_cumulative_gain

Matrix containing the data of a positive cumulative gain.

Definition at line 116 of file testing_analysis.h.


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