Learn R Programming

rrecsys (version 0.9.7.3.1)

PPLclass: Popularity based model.

Description

Container for the model learned by an unpersonalized popularity-based algorithm.

Arguments

Slots

alg:

The algorithm denominator, of class "character".

data:

the dataset used for training the model, class "matrix".

indices:

the indices of items ordered by popularity, class "integer".

parameters:

the parameters used in the model, class "list".

Methods

show

signature(object = "PPLclass")

See Also

rrecsys.