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