MyMediaLite  3.11
Public Member Functions | Protected Member Functions | Properties | List of all members
EvaluationResults Class Reference

Class for representing evaluation results More...

Inheritance diagram for EvaluationResults:
ItemRecommendationEvaluationResults RatingPredictionEvaluationResults

Public Member Functions

override string ToString ()
 Format item prediction results More...
 

Protected Member Functions

 EvaluationResults ()
 Constructor More...
 
 EvaluationResults (IList< Dictionary< string, float >> result_list)
 Create averaged results More...
 
 EvaluationResults (Dictionary< string, float > results)
 initialize with given results More...
 

Properties

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

Detailed Description

Class for representing evaluation results

Constructor & Destructor Documentation

EvaluationResults ( )
inlineprotected

Constructor

EvaluationResults ( IList< Dictionary< string, float >>  result_list)
inlineprotected

Create averaged results

Parameters
result_listthe list of results to average
EvaluationResults ( Dictionary< string, float >  results)
inlineprotected

initialize with given results

Parameters
resultsa dictionary containing results

Member Function Documentation

override string ToString ( )
inline

Format item prediction results

Returns
a string containing the results

Property Documentation

string FloatingPointFormat
getset

The format string used to display floating point numbers

IList<string> IntsToShow
getset

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
getset

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: