Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
#include <inspectable.h>
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" More... | |
int | dimension |
length of the vector (number of units) More... | |
int | rank |
rank of the layer (0 are input layers) More... | |
std::string | layername |
name of the layer as displayed by the visualiser More... | |
|
inline |
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 |