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 the evaluation metrics averaged of cross-validation folds.
signature(x = "evaluationResults")
:
Deprecated. Use getResults()
.
signature(x = "evaluationResults")
:
returns a list of evaluation metrics with one element for each cross-valudation fold.
signature(x = "evaluationResults")
: returns a
list of used recommender models (if avilable).
signature(x = "evaluationResults")
: returns
the number of runs/number of confusion matrices.
% \item{plot}{\code{signature(x = "evaluationResults")}: plot }
signature(object = "evaluationResults")
evaluate