algAverageClass {rrecsys}R Documentation

Baseline algorithms exploiting global/item and user averages.

Description

Container for the model learned using any average(global, user or item) based model.

Slots

alg:

The algorithm denominator, of class "character".

data:

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

average:

average calculated either globally, on user or item, class "matrix".

Methods

show

signature(object = "algAverageClass")

See Also

rrecsys.


[Package rrecsys version 0.9.7.3.1 Index]