Evaluation class
Declaring type: ItemPredictionEval
Namespace: MyMediaLite.Eval
Assembly: MyMediaLite
Collapse/Expand Public Methods
  Name Description
Public Method Static AUC Overloaded. Compute the area under the ROC curve (AUC) of a list of ranked items
Public Method Static DisplayResults Display item prediction results
Public Method Static Evaluate Evaluation for rankings of item recommenders
Public Method Static MAP Overloaded. Compute the mean average precision (MAP) of a list of ranked items
Public Method Static NDCG Overloaded. Compute the normalized discounted cumulative gain (NDCG) of a list of ranked items
Public Method Static PrecisionAt Overloaded. Compute the precision@N of a list of ranked items
Collapse/Expand Public Properties
  Name Description
Public Property Static ItemPredictionMeasures the evaluation measures for item prediction offered by the class