forked from numenta/nupic-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Anomalies
Scott Purdy edited this page Jul 15, 2013
·
4 revisions
The CLA can compute an anomaly score. This is essentially the inverse of predictions and represents how unexpected an input record was. Anomaly models are created by specifying the model type as TemporalAnomaly
.
The actual anomaly score is computed as the fraction of active columns that were not predicted. So if 32 out of the 40 active columns were predicted then the anomaly score would be (40-32)/40=0.2
.