MOA_recommendation_engines {RMOA} | R Documentation |
MOA recommendation engines
Description
MOA recommendation engines
Usage
BRISMFPredictor(control = NULL, ...)
BaselinePredictor(control = NULL, ...)
Arguments
control |
an object of class |
... |
options of parameters passed on to |
Value
An object of class MOA_recommender
which sets up an untrained MOA model,
which can be trained using trainMOA
See Also
Examples
ctrl <- MOAoptions(model = "BRISMFPredictor", features = 10)
brism <- BRISMFPredictor(control=ctrl)
brism
baseline <- BaselinePredictor()
baseline
[Package RMOA version 1.1.0 Index]