This normalization class doesn't perform any normalization. More...
Public Member Functions | |
NoNormalization () | |
double | Denormalize (const size_t, const size_t, const double rating) const |
Do nothing. More... | |
void | Denormalize (const arma::Mat< size_t > &, const arma::vec &) const |
Do nothing. More... | |
template < typename MatType > | |
void | Normalize (const MatType &) const |
Do nothing. More... | |
template < typename Archive > | |
void | serialize (Archive &, const uint32_t) |
Serialization. More... | |
This normalization class doesn't perform any normalization.
It is the default normalization type for CF class.
Definition at line 25 of file no_normalization.hpp.
|
inline |
Definition at line 29 of file no_normalization.hpp.
|
inline |
Do nothing.
* | (user) User ID. |
* | (item) Item ID. |
rating | Computed rating before denormalization. |
Definition at line 46 of file no_normalization.hpp.
|
inline |
Do nothing.
* | (combinations) User/Item combinations. |
* | (predictions) Predicted ratings for each user/item combination. |
Definition at line 59 of file no_normalization.hpp.
|
inline |
|
inline |
Serialization.
Definition at line 67 of file no_normalization.hpp.