#include <CNeuralConfig.h>
Public Member Functions | |
| void | GetData (std::ifstream &instream) |
| void | GetData (std::string filename) |
| void | WriteData (std::ofstream &outstream) |
| void | WriteData (std::string filename) |
| CNeuralConfig (std::string filename) | |
| CNeuralConfig () | |
Public Attributes | |
| int | seglength |
| double | maxinit |
| int | hiddenlayers |
| int | maxit |
| double | mu |
Definition at line 5 of file CNeuralConfig.h.
| CNeuralConfig::CNeuralConfig | ( | std::string | filename | ) | [inline] |
| CNeuralConfig::CNeuralConfig | ( | ) | [inline] |
Definition at line 17 of file CNeuralConfig.h.
| void CNeuralConfig::GetData | ( | std::string | filename | ) |
| void CNeuralConfig::GetData | ( | std::ifstream & | instream | ) |
Definition at line 16 of file CNeuralConfig.cpp.
References hiddenlayers, maxinit, maxit, mu, and seglength.
Referenced by CNeuralConfig(), and GetData().
| void CNeuralConfig::WriteData | ( | std::string | filename | ) |
| void CNeuralConfig::WriteData | ( | std::ofstream & | outstream | ) |
Definition at line 33 of file CNeuralConfig.cpp.
References hiddenlayers, maxinit, maxit, mu, and seglength.
Referenced by WriteData().
1.5.8