SVD model.
Container for the model learned using any matrix factorization algorithm.
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"
.
show
signature(object = "SVDclass")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.