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>
Linear algebra utility functions, generally performed on matrices or vectors.
Definition: cv.hpp:1
The core includes that mlpack expects; standard C++ includes and Armadillo.
void serialize(Archive &, const uint32_t)
Serialization.
Definition: no_normalization.hpp:67
This normalization class doesn't perform any normalization.
Definition: no_normalization.hpp:25
double Denormalize(const size_t, const size_t, const double rating) const
Do nothing.
Definition: no_normalization.hpp:46
void Denormalize(const arma::Mat< size_t > &, const arma::vec &) const
Do nothing.
Definition: no_normalization.hpp:59
void Normalize(const MatType &) const
Do nothing.
Definition: no_normalization.hpp:37