12 #ifndef MLPACK_METHODS_ANN_NO_REGULARIZER_HPP 13 #define MLPACK_METHODS_ANN_NO_REGULARIZER_HPP 42 template<
typename MatType>
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
void Evaluate(const MatType &, MatType &)
Calculate the gradient for regularization.
Definition: no_regularizer.hpp:43
The core includes that mlpack expects; standard C++ includes and Armadillo.
Implementation of the NoRegularizer.
Definition: no_regularizer.hpp:24
NoRegularizer()
Create the regularizer object.
Definition: no_regularizer.hpp:30