#include <model_selection.h>
Public Attributes | |
Matrix< Vector< double > > | parameters_data |
Matrix< double > | evaluation_data |
Matrix< double > | generalization_evaluation_data |
Vector< double > | minimal_parameters |
Vector< Vector< double > > | evaluation_data_statistics |
Vector< Vector< double > > | generalization_evaluation_data_statistics |
Definition at line 62 of file model_selection.h.
Performance evaluation of the different neural networks.
Definition at line 70 of file model_selection.h.
Generalization evaluation of the different neural networks.
Definition at line 74 of file model_selection.h.
Vector of parameters for the neural network with minimum generalization evaluation.
Definition at line 78 of file model_selection.h.
Statistics of the performance functional evaluation for the different neural networks.
Definition at line 82 of file model_selection.h.
Vector< Vector<double> > OpenNN::ModelSelection::ModelSelectionResults::generalization_evaluation_data_statistics |
Statistics of the generalization evaluation for the different neural networks.
Definition at line 86 of file model_selection.h.