|
mlpack
master
|
ForwardVisitor executes the Forward() function given the input and output parameter. More...

Public Member Functions | |
| ForwardVisitor (arma::mat &&input, arma::mat &&output) | |
| Execute the Foward() function given the input and output parameter. More... | |
| template<typename LayerType > | |
| void | operator() (LayerType *layer) const |
| Execute the Foward() function. More... | |
Private Attributes | |
| arma::mat && | input |
| The input parameter set. More... | |
| arma::mat && | output |
| The output parameter set. More... | |
ForwardVisitor executes the Forward() function given the input and output parameter.
Definition at line 28 of file forward_visitor.hpp.
| mlpack::ann::ForwardVisitor::ForwardVisitor | ( | arma::mat && | input, |
| arma::mat && | output | ||
| ) |
Execute the Foward() function given the input and output parameter.
| void mlpack::ann::ForwardVisitor::operator() | ( | LayerType * | layer | ) | const |
Execute the Foward() function.
|
private |
The input parameter set.
Definition at line 40 of file forward_visitor.hpp.
|
private |
The output parameter set.
Definition at line 43 of file forward_visitor.hpp.
1.8.11