powered by
MOA active learning classification
ActiveClassifier(control = NULL, ...)
An object of class MOA_classifier which sets up an untrained MOA model, which can be trained using trainMOA
MOA_classifier
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 = "ActiveClassifier") mymodel <- ActiveClassifier(control=ctrl) mymodel
Run the code above in your browser using DataLab