inst/doc/b1_nonpersonalized.R

## ---- eval=FALSE---------------------------------------------------------
#  data("ml100k")
#  d <- defineData(ml100k)
#  e <- evalModel(d, folds = 2)
#  
#  globAv <- evalPred(e, alg = "globalaverage")
#  globAv
#  
#  # Algorithm names might be matched on the registry partially.
#  itemAv <- evalPred(e,  "itemAver")
#  itemAv
#  userAv <- evalPred(e,  "useraverage")
#  userAv

Try the rrecsys package in your browser

Any scripts or data that you put into this service are public.

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