Description Usage Arguments Value
View source: R/anomaly_detection.R
get_anomaly_detection
returns the scores of the residuals calculated by the models parameters.
Before calling, setup_model
, add_data
, preprocess_data
,
train_model
, and get_residual
should be called.
1 | get_anomaly_score(dt.ad)
|
dt.ad |
- An S3 object of MVAD type (partially evaluated) |
An S3 object of MVAD type (fully evaluated).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.