|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
This is the complete list of members for Layer, including all inherited members.
| actfun | Layer | |
| dactfun | Layer | |
| factor_bias | Layer | |
| invactfun | Layer | |
| Layer(int size, double factor_bias=0.1, ActivationFunction actfun=FeedForwardNN::linear) | Layer | |
| Layer(int size, double factor_bias, ActivationFunction actfun, ActivationFunction dactfun) | Layer | inline |
| operator<<(std::ostream &, const Layer &) | Layer | friend |
| restore(FILE *f) | Layer | virtual |
| restoreFromFile(const char *filename) | Storeable | |
| setActFun(ActivationFunction actfun) | Layer | |
| size | Layer | |
| store(FILE *f) const | Layer | virtual |
| storeToFile(const char *filename) const | Storeable | |
| ~Storeable() | Storeable | inlinevirtual |