BPRclass {rrecsys} | R Documentation |
Bayesian Personalized Ranking based model.
Description
Container for the model learned using any Bayesian Personalized Ranking based model.
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(such as number of factors
k
, learning ratelambda
, user regularization termregU
, positive rated item regularization termregI
, negative rated item regularization termregJ
and the BooleanupdateJ
to decide whatever negative updates are required) used in the model, class"list"
.
Methods
show
signature(object = "BPRclass")
See Also
[Package rrecsys version 0.9.7.3.1 Index]