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. 
 
The core includes that mlpack expects; standard C++ includes and Armadillo. 
 
Implementation of the NoRegularizer. 
 
void Evaluate(const MatType &, MatType &)
Calculate the gradient for regularization. 
 
NoRegularizer()
Create the regularizer object.