Utility functions for the logistic loss
More...
Utility functions for the logistic loss
static double ComputeSum |
( |
this IRatingPredictor |
recommender, |
|
|
IRatings |
ratings, |
|
|
float |
min_rating, |
|
|
float |
rating_range_size |
|
) |
| |
|
inlinestatic |
Computes the logistic loss sum
- Returns
- the logistic loss sum
- Parameters
-
recommender | the recommender to make predictions with |
ratings | the actual ratings |
min_rating | the minimal rating |
rating_range_size | the size of the rating range: max_rating - min_rating |
The documentation for this class was generated from the following file: