| MOA_recommendation_engines | R Documentation | 
MOA recommendation engines
BRISMFPredictor(control = NULL, ...) BaselinePredictor(control = NULL, ...)
| control | an object of class  | 
| ... | options of parameters passed on to  | 
An object of class MOA_recommender which sets up an untrained MOA model,
which can be trained using trainMOA
MOAoptions, trainMOA
ctrl <- MOAoptions(model = "BRISMFPredictor", features = 10) brism <- BRISMFPredictor(control=ctrl) brism baseline <- BaselinePredictor() baseline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.