MyMediaLite  3.07
Public Member Functions | Protected Member Functions | Properties
EvaluationResults Class Reference

Class for representing evaluation results. More...

Inheritance diagram for EvaluationResults:
ItemRecommendationEvaluationResults RatingPredictionEvaluationResults

List of all members.

Public Member Functions

override string ToString ()
 Format item prediction results.

Protected Member Functions

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

Properties

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

Class for representing evaluation results.


Constructor & Destructor Documentation

EvaluationResults ( ) [inline, protected]

Constructor.

EvaluationResults ( IList< Dictionary< string, float >>  result_list) [inline, protected]

Create averaged results.

Parameters:
result_listthe list of results to average
EvaluationResults ( Dictionary< string, float >  results) [inline, protected]

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

Reimplemented in RatingPredictionEvaluationResults.


Property Documentation

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.

All strings must be keys of the dictionary.

IList<string> MeasuresToShow [get, set]

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: