I have faced problem with finding the similarity scores between two patterns. For example, I have normal ECG pattern,
and abnormal ECG pattern
Then I want to get find the accuracy of normal pattern while comparing with abnormal ECG pattern. So my data consists of ID, datetime, Seq and Value. First I was thinking of using time series approach. However, it doesn't solve my problem. So could anyone help me with that?