PPLclass {rrecsys} | R Documentation |
Popularity based model.
Description
Container for the model learned by an unpersonalized popularity-based algorithm.
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
[Package rrecsys version 0.9.7.3.1 Index]