Jump to content

Anomaly detection

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mark.hornick (talk | contribs) at 22:18, 29 November 2006 (New entry for Anomaly Detection in Data Mining). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Anomaly Detection may refer to an unsupervised data mining technique that produces a data mining model for identifying cases (records) that deviate from the norm in a dataset. The data provided for model building consists of normal cases from which an anomaly detection algorithm, such as One Class Support Vector Machine, learns normal patterns. Applying the model to data with similar schema and attribute content yields a probability that each case is normal or anomalous.

It may be used, for example, in network intrusion detection and fraud detection.

See specification for JSR-247 [1].