|
OpenNN
2.2
Open Neural Networks Library
|
#include <model_selection.h>
Public Attributes | |
| Matrix< Vector< double > > | parameters_data |
| Matrix< double > | performance_data |
| Matrix< double > | generalization_performance_data |
| Vector< double > | minimal_parameters |
| Vector< Vector< double > > | performance_data_statistics |
| Vector< Vector< double > > | generalization_performance_data_statistics |
This structure contains the results from the model selection process.
Definition at line 85 of file model_selection.h.
1.8.9.1