Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Related Pages
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
Compounds
- class Algorithm
- Base class of all learning algorithms that calculate the readout's output. Algorithms take the filtered and preprocessed input of a readout and calculate one single output. 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...