Description Usage Arguments See Also
View source: R/event_detectors.R
Uses a sl3 machine learner model trained on labels from TRAINSET to detect events. See TODO to train your own
1 | sl3_model_detector(data, model_obj = NULL, threshold = 0.5)
|
data |
a sumsarizer formatted data table for one sensor mission |
model_obj |
either a sl3 learner fit object, or a url or path to a .rdata file containing one |
threshold |
a value between 0 and 1 indicating the sensitivity of the event detector |
... |
not currently used |
Other event_detectors: apply_detector
,
constant_detector
,
firefinder_detector
,
threshold_detector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.