MyMediaLite
3.08
|
Class for representing evaluation results. More...
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. |
Class for representing evaluation results.
EvaluationResults | ( | ) | [inline, protected] |
Constructor.
EvaluationResults | ( | IList< Dictionary< string, float >> | result_list | ) | [inline, protected] |
Create averaged results.
result_list | the list of results to average |
EvaluationResults | ( | Dictionary< string, float > | results | ) | [inline, protected] |
initialize with given results
results | a dictionary containing results |
override string ToString | ( | ) | [inline] |
Format item prediction results.
Reimplemented in RatingPredictionEvaluationResults.
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.