This normalization class doesn't perform any normalization.
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.
| double Denormalize |
( |
const size_t |
, |
|
|
const size_t |
, |
|
|
const double |
rating |
|
) |
| const |
|
inline |
Do nothing.
- Parameters
-
| * | (user) User ID. |
| * | (item) Item ID. |
| rating | Computed rating before denormalization. |
Definition at line 46 of file no_normalization.hpp.
| void Denormalize |
( |
const arma::Mat< size_t > & |
, |
|
|
const arma::vec & |
|
|
) |
| const |
|
inline |
Do nothing.
- Parameters
-
| * | (combinations) User/Item combinations. |
| * | (predictions) Predicted ratings for each user/item combination. |
Definition at line 59 of file no_normalization.hpp.
| void Normalize |
( |
const MatType & |
| ) |
const |
|
inline |
| void serialize |
( |
Archive & |
, |
|
|
const unsigned |
int |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: