I have a set of sequences like:
A+B+A-B-C+C-
B+A+B-C+A-C-
D+B+D-C+C-B-
...
A+: begin of event A
A-: end of event A
we know start time, end time and duration of each event.
I want to use clustering method to detect anomaly event?Can I?
Any other methods can solve this problem?
Thanks a lot.