MOA_regressors {RMOA} | R Documentation |
MOA regressors
Description
MOA regressors
Usage
TargetMean(control = NULL, ...)
FadingTargetMean(control = NULL, ...)
Perceptron(control = NULL, ...)
AMRulesRegressor(control = NULL, ...)
FIMTDD(control = NULL, ...)
ORTO(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 = "FIMTDD", DoNotDetectChanges = TRUE, noAnomalyDetection=FALSE,
univariateAnomalyprobabilityThreshold = 0.5, verbosity = 5)
mymodel <- FIMTDD(control=ctrl)
mymodel
mymodel <- FIMTDD(ctrlDoNotDetectChanges = FALSE)
mymodel
[Package RMOA version 1.1.0 Index]