13 #ifndef MLPACK_METHODS_ANN_VISITOR_OUTPUT_PARAMETER_VISITOR_HPP
14 #define MLPACK_METHODS_ANN_VISITOR_OUTPUT_PARAMETER_VISITOR_HPP
19 #include <boost/variant.hpp>
31 template<
typename LayerType>
39 #include "output_parameter_visitor_impl.hpp"
arma::mat & operator()(LayerType *layer) const
Return the output parameter set.
OutputParameterVisitor exposes the output parameter of the given module.