|
MyMediaLite
3.11
|
Class for representing evaluation results More...
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... | |
Class for representing evaluation results
|
inlineprotected |
Constructor
|
inlineprotected |
Create averaged results
| result_list | the list of results to average |
|
inlineprotected |
initialize with given results
| results | a dictionary containing results |
|
inline |
Format item prediction results
|
getset |
The format string used to display floating point numbers
|
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.
|
getset |
List of strings representing the evaluation measures which will be shown by the ToString() method
All strings must be keys of the dictionary.
1.8.9.1