Inspectable::ILayer Struct Reference

#include <inspectable.h>

List of all members.

Public Member Functions

 ILayer (const std::string &vectorname, const std::string &biasname, int dimension, int rank, const std::string &layername)

Public Attributes

std::string vectorname
std::string biasname
 prefix of the internal parameter vector used as bias for the neurons e.g. "h"
int dimension
 length of the vector (number of units)
int rank
 rank of the layer (0 are input layers)
std::string layername
 name of the layer as displayed by the visualiser


Constructor & Destructor Documentation

ILayer const std::string &  vectorname,
const std::string &  biasname,
int  dimension,
int  rank,
const std::string &  layername
[inline]
 


Member Data Documentation

std::string biasname
 

prefix of the internal parameter vector used as bias for the neurons e.g. "h"

int dimension
 

length of the vector (number of units)

std::string layername
 

name of the layer as displayed by the visualiser

int rank
 

rank of the layer (0 are input layers)

std::string vectorname
 


The documentation for this struct was generated from the following file:
Generated on Tue Jan 16 02:14:46 2007 for Robotsystem of the Robot Group Leipzig by doxygen 1.3.8