#include <elman.h>
Public Member Functions | |
NetUpdate () | |
NetUpdate (int numweights, int numbias, int numothers) | |
Public Attributes | |
std::vector< matrix::Matrix > | weights |
std::vector< matrix::Matrix > | bias |
std::vector< matrix::Matrix > | other |
NetUpdate | ( | ) | [inline] |
NetUpdate | ( | int | numweights, | |
int | numbias, | |||
int | numothers | |||
) | [inline] |
std::vector<matrix::Matrix> bias |
std::vector<matrix::Matrix> other |
std::vector<matrix::Matrix> weights |