MOA_classification_activelearning {RMOA} | R Documentation |
MOA active learning classification
Description
MOA active learning classification
Usage
ActiveClassifier(control = NULL, ...)
Arguments
control |
an object of class |
... |
options of parameters passed on to |
Value
An object of class MOA_classifier
which sets up an untrained MOA model,
which can be trained using trainMOA
See Also
Examples
ctrl <- MOAoptions(model = "ActiveClassifier")
mymodel <- ActiveClassifier(control=ctrl)
mymodel
[Package RMOA version 1.1.0 Index]