AnomalyDetector¶
An anomaly detector.
Methods¶
learn_one
Update the model.
Parameters
- x (dict)
Returns
AnomalyDetector: self
score_one
Return an outlier score.
A high score is indicative of an anomaly. A low score corresponds to a normal observation.
Parameters
- x (dict)
Returns
float: An anomaly score. A high score is indicative of an anomaly. A low score corresponds a