inst/doc/c2_predictrecommend.R

## ---- eval=FALSE---------------------------------------------------------
#  pSVD <- predict(svd)
#  pIB <- predict(ibknn)

## ---- eval=FALSE---------------------------------------------------------
#  rSVD <- recommendHPR(svd, topN = 3)
#  rIB <- recommendHPR(ibknn, topN = 3)
#  # Let’s compare results on user 3:
#  rSVD[4]
#  rIB[4]

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.