Implementation of the NoRegularizer. More...
Public Member Functions | |
NoRegularizer () | |
Create the regularizer object. More... | |
template < typename MatType > | |
void | Evaluate (const MatType &, MatType &) |
Calculate the gradient for regularization. More... | |
Implementation of the NoRegularizer.
This does not add any regularization to the weights.
Definition at line 24 of file no_regularizer.hpp.
|
inline |
Create the regularizer object.
Definition at line 30 of file no_regularizer.hpp.
|
inline |
Calculate the gradient for regularization.
MatType | Type of weight matrix. |
* | (weight) The weight matrix to be regularized. |
* | (gradient) The calculated gradient. |
Definition at line 43 of file no_regularizer.hpp.