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

Output of perform_Kolmogorov_Smirnov_analysis(). More...

#include <testing_analysis.h>

Public Attributes

MatrixR positive_cumulative_gain
 Cumulative-gain curve for the positive class.
 
MatrixR negative_cumulative_gain
 Cumulative-gain curve for the negative class.
 
VectorR maximum_gain
 Maximum vertical distance between the two cumulative-gain curves.
 

Detailed Description

Member Data Documentation

◆ maximum_gain

VectorR opennn::TestingAnalysis::KolmogorovSmirnovResults::maximum_gain

Maximum vertical distance between the two cumulative-gain curves.

◆ negative_cumulative_gain

MatrixR opennn::TestingAnalysis::KolmogorovSmirnovResults::negative_cumulative_gain

Cumulative-gain curve for the negative class.

◆ positive_cumulative_gain

MatrixR opennn::TestingAnalysis::KolmogorovSmirnovResults::positive_cumulative_gain

Cumulative-gain curve for the positive class.