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