Public Member Functions | |
| virtual void | setup (const ptree &all, const string &outputdirname, const string &datadirname) |
| virtual void | run () |
| Run the algorithm as the setup tells us to. | |
Protected Member Functions | |
| virtual void | impl_setup (const ptree &all) |
| Derived classes must know how to setup their additional data structures. | |
Protected Attributes | |
| ptree | _hack_copy_of_ptree |
| string | _datadirname |
| void MlpLearnAlgorithm::run | ( | ) | [virtual] |
Run the algorithm as the setup tells us to.
Reimplemented from Algorithm.
1.6.1