Contains the evaluation results for several runs using the same recommender method in form of confusion matrices. For each run the used model might be avialable.
Objects are created by evaluate
.
results
:Object of class "list"
: contains
objects of class "ConfusionMatrix"
, one for each run specified
in the used evaluation scheme.
signature(x = "evaluationResults")
: returns an averaged
confusion matrix.
signature(x = "evaluationResults")
:
returns a list of confusion matrices.
signature(x = "evaluationResults")
: returns a
list of used recommender models (if avilable).
signature(x = "evaluationResults")
: returns
the number of runs/number of confusion matrices.
signature(object = "evaluationResults")