This is an old revision of the document!
Outlier Detection Model
Outlier Detection Models are the simplest form of anomaly detector.
Unlike value-predicting models, this type of AI simply gives a simple reading to say 'this is normal' or 'this is unusual'.
Unfortunately, they aren't able to explain why they are indicating an anomaly - they only let you know that the data coming from the asset(s) is unexpected.
Generally, these types of AI generate a value - you can adjust exactly how sensitive your anomaly detector is to changes by choosing the threshold the system uses to go from saying 'OK' to 'Anomalous'.
A high threshold will result in a less sensitive anomaly detector.
The AI Anomaly Detector addon uses Support Vector Machines to provide this style of anomaly detection. See the differences between model types for more information.