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