MyMediaLite  3.02
Static Public Member Functions
LogisticLoss Class Reference

Utility functions for the logistic loss. More...

List of all members.

Static Public Member Functions

static double ComputeSum (this IRatingPredictor recommender, IRatings ratings, float min_rating, float rating_range_size)
 Computes the logistic loss sum.

Detailed Description

Utility functions for the logistic loss.


Member Function Documentation

static double ComputeSum ( this IRatingPredictor  recommender,
IRatings  ratings,
float  min_rating,
float  rating_range_size 
) [inline, static]

Computes the logistic loss sum.

Returns:
the logistic loss sum
Parameters:
recommenderthe recommender to make predictions with
ratingsthe actual ratings
min_ratingthe minimal rating
rating_range_sizethe size of the rating range: max_rating - min_rating

The documentation for this class was generated from the following file: