slopeOneClass {rrecsys}R Documentation

Slope One model.

Description

Container for the model learned using Slope One algorithm.

Slots

alg:

The algorithm denominator, of class "character".

data:

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

devcard:

Deviation and Cardinality between columns, class "list".

Methods

show

signature(object = "SVDclass")

See Also

rrecsys.


[Package rrecsys version 0.9.7.3.1 Index]