-
Notifications
You must be signed in to change notification settings - Fork 877
Description
In the labels.json, we observed that all the labels are based on single instances .
example :
"realTraffic/TravelTime_387.csv": [
"2015-07-30 12:29:00",
"2015-08-18 16:26:00",
"2015-09-01 05:34:00"
]
as per this representation all these anomalies in NAB data are only point based anomalies only ? there is no Pattern Based Anomalies in NAB Data ?
For information : A pattern anomaly (also known as a collective anomaly) is a sequence or group of data points that, when viewed together, are considered anomalous, even if each individual point within the sequence is not. The anomaly is in the pattern of the points, not the individual values.]
Representation of the Point-based anomaly is , since this is an instantaneous event, so it is represented by a single timestamp marking the moment it occurred.
Representation of the Pattern-based anomaly is, since this is a durational event, so it is represented by a start timestamp and an end timestamp to define the entire range of the anomalous pattern.