This method visualizes data characteristics on a two dimensional graph, where "x" axes shows either items ordered by descending popularity, or users based on the number of ratings they have submitted. Moreover the "y" axes shows the number of ratings.
evalChart(res, x = "items", y = "TP", x_label, y_label, y_lim)
evaluation results, class "evalRecResults"
.
class "character"
, is the variable that will be shown on the "x" axis. Possible values are: "items"
, "users"
.
class "character"
, is the variable that will be shown on the "y" axis. Possible values are: "num_of_ratings"
, "%_of_ratings"
.
class "character"
, the label to be printed on the "x" axes.
class "character"
, the label to be printed on the "y" axes.
class "numeric"
, scale of the "y" axes.
Plot results.
See Also as evalRecResults-class
.