Learn R Programming

rrecsys (version 0.9.5.4)

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".

Methods

show

signature(object = "PPLclass")

See Also

rrecsys.