mlpack  master
Public Member Functions | Private Attributes | List of all members
mlpack::ann::ForwardVisitor Class Reference

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

Inheritance diagram for mlpack::ann::ForwardVisitor:
Inheritance graph
[legend]

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...
 

Detailed Description

ForwardVisitor executes the Forward() function given the input and output parameter.

Definition at line 28 of file forward_visitor.hpp.

Constructor & Destructor Documentation

mlpack::ann::ForwardVisitor::ForwardVisitor ( arma::mat &&  input,
arma::mat &&  output 
)

Execute the Foward() function given the input and output parameter.

Member Function Documentation

template<typename LayerType >
void mlpack::ann::ForwardVisitor::operator() ( LayerType *  layer) const

Execute the Foward() function.

Member Data Documentation

arma::mat&& mlpack::ann::ForwardVisitor::input
private

The input parameter set.

Definition at line 40 of file forward_visitor.hpp.

arma::mat&& mlpack::ann::ForwardVisitor::output
private

The output parameter set.

Definition at line 43 of file forward_visitor.hpp.


The documentation for this class was generated from the following file: