|
OpenNN
Open-source neural networks library
|
#include "pch.h"Go to the source code of this file.
Classes | |
| class | opennn::TestingAnalysis |
| Performs post-training analysis of a neural network: errors, confusion matrices, ROC, gain charts, etc. More... | |
| struct | opennn::TestingAnalysis::GoodnessOfFitAnalysis |
| Coefficient of determination and the matching target/output series for a single output variable. More... | |
| struct | opennn::TestingAnalysis::RocAnalysis |
| Results of a ROC analysis: ROC curve, area under it and optimal threshold. More... | |
| struct | opennn::TestingAnalysis::KolmogorovSmirnovResults |
| Results of a Kolmogorov-Smirnov analysis: cumulative gains and maximum gain. More... | |
| struct | opennn::TestingAnalysis::BinaryClassificationRates |
| Sample indices split into the four cells of a binary classification confusion matrix. More... | |
Namespaces | |
| namespace | opennn |