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

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

#include <forward_visitor.hpp>

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

Public Member Functions

 ForwardVisitor (const arma::mat &input, arma::mat &output)
 Execute the Forward() function given the input and output parameter. More...
 
template<typename LayerType >
void operator() (LayerType *layer) const
 Execute the Forward() function.
 
void operator() (MoreTypes layer) const
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ForwardVisitor()

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

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

ForwardVisitor visitor class.


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