| MOA_recommender | R Documentation | 
Create a MOA recommendation engine
MOA_recommender(model, control = NULL, ...)
| model | character string with a model.
E.g. BRISMFPredictor, BaselinePredictor
The list of known models can be obtained by typing RMOA:::.moaknownmodels. 
See the examples and  | 
| control | an object of class  | 
| ... | options of parameters passed on to  | 
An object of class MOA_recommender
MOAoptions
RMOA:::.moaknownmodels ctrl <- MOAoptions(model = "BRISMFPredictor", features = 10, lRate=0.002) brism <- MOA_recommender(model = "BRISMFPredictor", control=ctrl) brism MOAoptions(model = "BaselinePredictor") baseline <- MOA_recommender(model = "BaselinePredictor") baseline
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.