API Reference#
Every public function and class, grouped by the stage of the pipeline it belongs to.
Detectors share one interface, described in BaseDetector: fit /
decision_function / predict / is_anomaly, with decision_scores_,
threshold_ and labels_ set after fitting. Classical and deep detectors
are therefore interchangeable.