AbstractModel() | AbstractModel | [inline] |
AbstractModel(const std::string &name, const std::string &revision) | AbstractModel | [inline] |
addInfoLine(std::string infoLine) | Inspectable | [virtual] |
addInfoLines(std::list< std::string > infoLineList) | Inspectable | [virtual] |
addInspectableDescription(const iparamkey &key, const std::string &descr) | Inspectable | [virtual] |
addInspectableMatrix(const iparamkey &key, matrix::Matrix *m, bool only4x4AndDiag=true, const std::string &descr=std::string()) | Inspectable | [virtual] |
addInspectableValue(const iparamkey &key, iparamval *val, const std::string &descr=std::string()) | Inspectable | [virtual] |
addParameter(const paramkey &key, paramval *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, parambool *val) | Configurable | [inline, virtual] |
addParameter(const paramkey &key, paramint *val) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramval *val, paramval def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, parambool *val, parambool def) | Configurable | [inline, virtual] |
addParameterDef(const paramkey &key, paramint *val, paramint def) | Configurable | [inline, virtual] |
Configurable() | Configurable | [inline] |
Configurable(const std::string &name, const std::string &revision) | Configurable | [inline] |
damp(double damping)=0 | AbstractModel | [pure virtual] |
getAllParamNames() | Configurable | [virtual] |
getId() const | Configurable | [inline] |
getInfoLines() const | Inspectable | [virtual] |
getInputDim() const =0 | AbstractModel | [pure virtual] |
getInternalParamNames() const | Inspectable | [virtual] |
getInternalParams() const | Inspectable | [virtual] |
getInternalParamsPtr() const | Inspectable | [virtual] |
getName() const | Configurable | [inline, virtual] |
getOutputDim() const =0 | AbstractModel | [pure virtual] |
getParam(const paramkey &key) const | Configurable | [virtual] |
getParamList() const | Configurable | [inline, virtual] |
getRevision() const | Configurable | [inline, virtual] |
getStructuralConnections() const | Inspectable | [virtual] |
getStructuralLayers() const | Inspectable | [virtual] |
IConnection typedef | Inspectable | |
iconnectionlist typedef | Inspectable | |
ILayer typedef | Inspectable | |
ilayerlist typedef | Inspectable | |
imatrixpair typedef | Inspectable | |
imatrixpairlist typedef | Inspectable | |
infoLineStringList | Inspectable | [protected] |
init(unsigned int inputDim, unsigned int outputDim, double unit_map=0.0, RandGen *randGen=0)=0 | AbstractModel | [pure virtual] |
insertCVSInfo(paramkey &str, const char *file, const char *revision) | Configurable | [static] |
Inspectable() | Inspectable | |
inversion(const matrix::Matrix &input, const matrix::Matrix &xsi) const =0 | InvertableModel | [pure virtual] |
InvertableModel() | InvertableModel | [inline] |
InvertableModel(const std::string &name, const std::string &revision) | InvertableModel | [inline] |
iparamkey typedef | Inspectable | |
iparamkeylist typedef | Inspectable | |
iparampair typedef | Inspectable | |
iparampairlist typedef | Inspectable | |
iparamval typedef | Inspectable | |
iparamvallist typedef | Inspectable | |
iparamvalptrlist typedef | Inspectable | |
learn(const matrix::Matrix &input, const matrix::Matrix &nom_output, double learnRateFactor=1)=0 | AbstractModel | [pure virtual] |
mapOfMatrices | Inspectable | [protected] |
mapOfValues | Inspectable | [protected] |
parambool typedef | Configurable | |
paramboollist typedef | Configurable | |
paramboolmap typedef | Configurable | |
paramint typedef | Configurable | |
paramintlist typedef | Configurable | |
paramintmap typedef | Configurable | |
paramkey typedef | Configurable | |
paramlist typedef | Configurable | |
parammap typedef | Configurable | |
paramval typedef | Configurable | |
parse(FILE *f) | Configurable | |
print(FILE *f, const char *prefix) const | Configurable | |
process(const matrix::Matrix &input)=0 | AbstractModel | [pure virtual] |
removeInfoLines() | Inspectable | [virtual] |
response(const matrix::Matrix &input) const =0 | InvertableModel | [pure virtual] |
restore(FILE *f)=0 | Storeable | [pure virtual] |
restoreCfg(const char *filenamestem) | Configurable | [virtual] |
restoreFromFile(const char *filename) | Storeable | |
setName(const paramkey &name) | Configurable | [inline, virtual] |
setParam(const paramkey &key, paramval val) | Configurable | [virtual] |
setRevision(const paramkey &revision) | Configurable | [inline, virtual] |
store(FILE *f) const =0 | Storeable | [pure virtual] |
storeCfg(const char *filenamestem, const std::list< std::string > &comments=std::list< std::string >()) | Configurable | [virtual] |
storeToFile(const char *filename) const | Storeable | |
~AbstractModel() | AbstractModel | [inline, virtual] |
~Configurable() | Configurable | [inline, virtual] |
~Inspectable() | Inspectable | [virtual] |
~InvertableModel() | InvertableModel | [inline, virtual] |
~Storeable() | Storeable | [inline, virtual] |