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"
Linear algebra utility functions, generally performed on matrices or vectors.
OutputParameterVisitor exposes the output parameter of the given module.
arma::mat & operator()(LayerType *layer) const
Return the output parameter set.