Hi all,
just out of curiosity, what kind of algorithm should I use if I want predict if an Electrocardiogram is normal or not ?
I've got a set of normal and pathological ECGs and I would like to train an automaton(?) to decide whether a new ECG is normal or not;
Thanks,
EDIT: I don't want to analyze the signal of the ECG: I would already have the coordinates X/Y of the main points of the QRS complex, but I want to find if there is a significant difference between the curves.
Also take a look at techniques already used for chromatogram classfication, as many of the issues were already adressed there (dynamic time warping, etc.)
Thanks Khader. I already had your 1st ref. Developing a classifier is what I'm looking for.