powered by
MOA recommendation engines
BRISMFPredictor(control = NULL, ...)BaselinePredictor(control = NULL, ...)
BaselinePredictor(control = NULL, ...)
An object of class MOA_recommender which sets up an untrained MOA model, which can be trained using trainMOA
MOA_recommender
trainMOA
an object of class MOAmodelOptions as obtained by calling MOAoptions
MOAmodelOptions
MOAoptions
options of parameters passed on to MOAoptions, in case control is left to NULL. Ignored if control is supplied
control
MOAoptions, trainMOA
ctrl <- MOAoptions(model = "BRISMFPredictor", features = 10) brism <- BRISMFPredictor(control=ctrl) brism baseline <- BaselinePredictor() baseline
Run the code above in your browser using DataLab