evaluationResults-class: Class "evaluationResults": Results of the Evaluation of a...

Description Objects from the Class Slots Methods See Also

Description

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 from the Class

Objects are created by evaluate.

Slots

results:

Object of class "list": contains objects of class "ConfusionMatrix", one for each run specified in the used evaluation scheme.

Methods

avg

signature(x = "evaluationResults"): returns an averaged confusion matrix.

getConfusionMatrix

signature(x = "evaluationResults"): returns a list of confusion matrices.

getModel

signature(x = "evaluationResults"): returns a list of used recommender models (if avilable).

getRuns

signature(x = "evaluationResults"): returns the number of runs/number of confusion matrices.

show

signature(object = "evaluationResults")

See Also

evaluate


audachang/recommenderlab.test documentation built on May 20, 2019, 1:27 p.m.