SVDclass: SVD model.

Description Slots Methods See Also

Description

Container for the model learned using any matrix factorization algorithm.

Slots

alg:

The algorithm denominator, of class "character".

data:

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

factors:

user(U) and items(V) factors, class "list".

parameters:

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

baselines:

Global, user and item baselines, class "list".

Methods

show

signature(object = "SVDclass")

See Also

rrecsys.


rrecsys documentation built on June 10, 2019, 1:02 a.m.

Related to SVDclass in rrecsys...