A reporter that does nothing.
|
| NoReporting () |
|
virtual | ~NoReporting () |
| Virtual destructor for good memory hygiene. More...
|
|
virtual void | newStatus (unsigned, unsigned, const GSelfOrganizingMap &) |
| Tell the reporter the current status of the training. More...
|
|
virtual void | start (const GMatrix *trainingData, int maxIterations=-1, int maxSubIterations=-1) |
| Reset this reporter to the beginning and tell it that there will be maxIterations iterations each consisting of maxSubIterations sub-iterations. (An iteration count is unknown if given as -1). Give the reporter access to the training data on which the map will be trained. The reporter does not own the training data. More...
|
|
virtual void | stop (unsigned, unsigned, const GSelfOrganizingMap &) |
| Tell the reporter that the training has stopped at the given iteration and sub-iteration. More...
|
|
virtual | ~Reporter () |
| Destruct this reporter object. More...
|
|