MyMediaLite  3.10
Public Member Functions | Properties | List of all members
ItemRecommendationEvaluationResults Class Reference

Item recommendation evaluation results More...

Inheritance diagram for ItemRecommendationEvaluationResults:
EvaluationResults

Public Member Functions

 ItemRecommendationEvaluationResults ()
 default constructor
 ItemRecommendationEvaluationResults (IList< Dictionary< string, float >> result_list)
override string ToString ()
 Format item prediction results

Properties

static IList< string > DefaultMeasuresToShow [get]
 Default for MeasuresToShow
string FloatingPointFormat [get, set]
 The format string used to display floating point numbers
IList< string > IntsToShow [get, set]
 List of strings representing the integer values (like number of users) which will be shown by the ToString() method
IList< string > MeasuresToShow [get, set]
 List of strings representing the evaluation measures which will be shown by the ToString() method

Detailed Description

Item recommendation evaluation results

This class is basically a Dictionary with a custom-made ToString() method.

Constructor & Destructor Documentation

default constructor

Member Function Documentation

override string ToString ( )
inlineinherited

Format item prediction results

Returns
a string containing the results

Reimplemented in RatingPredictionEvaluationResults.

Property Documentation

IList<string> DefaultMeasuresToShow
staticget

Default for MeasuresToShow

string FloatingPointFormat
getsetinherited

The format string used to display floating point numbers

IList<string> IntsToShow
getsetinherited

List of strings representing the integer values (like number of users) which will be shown by the ToString() method

All strings must be keys of the dictionary.

IList<string> MeasuresToShow
getsetinherited

List of strings representing the evaluation measures which will be shown by the ToString() method

All strings must be keys of the dictionary.


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