|
TarzaNN
TarzaNN neural network simulator
|
#include <common.h>
Static Public Member Functions | |
| static void | initializeTypes () |
| static QString | getType (enumMap *theList, int value) |
| static int | getType (enumMap *theList, const QString &name) |
Static Public Attributes | |
| static QStringList | layerTypeList |
| static QStringList | featurePlaneTypeList |
| static QStringList | filterTypeList |
| static QStringList | proxyTypeList |
| static QStringList | neuronTypeList |
| static QStringList | neuronInputTypeList |
| static QStringList | syncTypeList |
| static QStringList | boolTypeList |
| static enumMap | layerTypes = enumMap() |
| static enumMap | featurePlaneTypes = enumMap() |
| static enumMap | filterTypes = enumMap() |
| static enumMap | proxyTypes |
| static enumMap | neuronTypes = enumMap() |
| static enumMap | neuronInputTypes = enumMap() |
| static enumMap | syncTypes = enumMap() |
| QString common::getType | ( | enumMap * | theList, |
| int | value | ||
| ) | [static] |
| int common::getType | ( | enumMap * | theList, |
| const QString & | name | ||
| ) | [static] |
| void common::initializeTypes | ( | ) | [static] |
QStringList common::boolTypeList [static] |
QStringList common::featurePlaneTypeList [static] |
enumMap common::featurePlaneTypes = enumMap() [static] |
QStringList common::filterTypeList [static] |
enumMap common::filterTypes = enumMap() [static] |
QStringList common::layerTypeList [static] |
this can be used in the designer
enumMap common::layerTypes = enumMap() [static] |
only use this types if u need the aassociated interal index - otherwise use the string list
QStringList common::neuronInputTypeList [static] |
enumMap common::neuronInputTypes = enumMap() [static] |
QStringList common::neuronTypeList [static] |
enumMap common::neuronTypes = enumMap() [static] |
QStringList common::proxyTypeList [static] |
enumMap common::proxyTypes [static] |
QStringList common::syncTypeList [static] |
enumMap common::syncTypes = enumMap() [static] |
1.7.5.1