evaluate: Wrapper to evaluate all steps of anomaly detection.

Description Usage Arguments Value

View source: R/anomaly_detection.R

Description

evaluate runs preprocessing, model fitting, residual finding, and anomaly scoring. Before calling, setup_model, andadd_data should be called.

Usage

1
evaluate(dt.ad)

Arguments

dt.ad

An S3 object of MVAD type (partially evaluated)

Value

An S3 object of MVAD type (fully evaluated).


lanl-ansi/MVAD documentation built on July 24, 2020, 3:45 a.m.