Evaluate on the folds of a dataset split
Declaring type: RatingEval
Namespace: MyMediaLite.Eval
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static Dictionary<string, double> EvaluateOnSplit (
        RatingPredictor recommender,
        ISplit<IRatings> split,
        bool show_results
) 
Parameters
recommender
a rating prediction engine
split
a rating dataset split
show_results
set to true to print results to STDERR
Return Value
a dictionary containing the average results over the different folds of the split