The main class for the graphical network trainer. More...
#include <editor.h>
Public Slots | |
| void | dispRendering () |
| void | dispRendered () |
| void | dispMessage (std::string message) |
| void | handleRequest (QAction *action) |
| void | updateSettings (double rate, double reg, int iter, bool debug) |
Public Member Functions | |
| Editor (QWidget *parent=0) | |
| void | setNet (NeuralNetwork *net) |
| void | setCorpus (Corpus *corpus) |
| void | setRegularization (double r) |
| void | setTrainingRate (double r) |
| void | setIter (int iter) |
| void | setDebug (bool debug) |
Protected Member Functions | |
| void | keyReleaseEvent (QKeyEvent *event) |
The main class for the graphical network trainer.
1.8.1.1