trainMOA {RMOA} | R Documentation |
Train a MOA classifier/regressor/recommendation engine on a datastream
Description
Train a MOA classifier/regressor/recommendation engine on a datastream
Usage
trainMOA(model, ...)
Arguments
model |
an object of class |
... |
other parameters passed on to the methods |
Value
An object of class MOA_trainedmodel which is returned by the methods for the specific model.
See trainMOA.MOA_classifier
, trainMOA.MOA_regressor
, trainMOA.MOA_recommender
See Also
trainMOA.MOA_classifier
, trainMOA.MOA_regressor
, trainMOA.MOA_recommender
[Package RMOA version 1.1.0 Index]