|
OpenNN
Open-source neural networks library
|
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. | |
Output of perform_Kolmogorov_Smirnov_analysis().
| VectorR opennn::TestingAnalysis::KolmogorovSmirnovResults::maximum_gain |
Maximum vertical distance between the two cumulative-gain curves.
| MatrixR opennn::TestingAnalysis::KolmogorovSmirnovResults::negative_cumulative_gain |
Cumulative-gain curve for the negative class.
| MatrixR opennn::TestingAnalysis::KolmogorovSmirnovResults::positive_cumulative_gain |
Cumulative-gain curve for the positive class.