OpenNN
2.2
Open Neural Networks Library
|
#include <training_strategy.h>
Public Member Functions | |
Results (void) | |
virtual | ~Results (void) |
void | save (const std::string &) const |
This structure stores the results from the training strategy. They are composed of the initialization, refinement and training algorithms results.
Definition at line 122 of file training_strategy.h.
void OpenNN::TrainingStrategy::Results::save | ( | const std::string & | file_name | ) | const |
Saves the results structure to a data file.
file_name | Name of training strategy results data file. |
Definition at line 2117 of file training_strategy.cpp.