algorithm.h File Reference
Detailed Description
Base class of all learning algorithms that calculate the readout's output.
#include <string>
#include <map>
#include <list>
#include "csimerror.h"
#include "csimclass.h"
#include "advanceable.h"
Go to the source code of this file.
Namespaces
Classes
- class Algorithm
- The current algorithm interface is designed for offline-training only, i.e. all learning must occur externally. The algorithm object only "learns" through imported parameter vectors. More...