#include <KohonenAnalyzer.h>
Inheritance diagram for MLPKohonenAnalyzer:
Public Member Functions | |
MLPKohonenAnalyzer (const Outs &outputs, MultiLayerNetwork &net, TrainingSet &ts) | |
virtual void | calibrate () |
Train the analyzing kohonen while training the mlp. | |
virtual void | trainAndAnalyze (uint epochs) |
do the analysis | |
Protected Member Functions | |
void | getWeights (Vector &v) const |
get the current weights of the analyzedNet | |
void | loop (uint epochs, bool adapt, bool draw) |
do one epoch with the MLP and adapt and/or display the analyzing Kohonen | |
Protected Attributes | |
PublicValues | mlpControl |
MultiLayerNetwork & | analyzedNet |
TrainingSet & | ts |
|
|
Here is the call graph for this function:
|
Train the analyzing kohonen while training the mlp.
Implements KohonenAnalyzer. |
|
get the current weights of the analyzedNet
|
|
do one epoch with the MLP and adapt and/or display the analyzing Kohonen
|
|
do the analysis
Implements KohonenAnalyzer. |
|
|
|
|
|
|