13 #ifndef MLPACK_METHODS_CF_NORMALIZATION_NO_NORMALIZATION_HPP    14 #define MLPACK_METHODS_CF_NORMALIZATION_NO_NORMALIZATION_HPP    36   template<
typename MatType>
    48                             const double rating)
 const    60                           const arma::vec& )
 const    66   template<
typename Archive>
 void serialize(Archive &, const uint32_t)
Serialization. 
 
Linear algebra utility functions, generally performed on matrices or vectors. 
 
The core includes that mlpack expects; standard C++ includes and Armadillo. 
 
void Normalize(const MatType &) const
Do nothing. 
 
double Denormalize(const size_t, const size_t, const double rating) const
Do nothing. 
 
This normalization class doesn't perform any normalization. 
 
void Denormalize(const arma::Mat< size_t > &, const arma::vec &) const
Do nothing.