lxdv / ecg-classification

ECG Arrhythmia classification using CNN
MIT License
235 stars 70 forks source link

thanks for your work ,i want to know the mean of each class[ 'L', 'N', 'R', 'V', '\\', '!', 'A', 'E'] #41

Closed wfnian closed 2 years ago

wfnian commented 2 years ago

What does it mean of each category

Wilbur0912 commented 2 years ago
N       Normal beat (displayed as . by the PhysioBank ATM, LightWAVE, pschart, and psfd)
L       Left bundle branch block beat
R       Right bundle branch block beat
B       Bundle branch block beat (unspecified)
A       Atrial premature beat
a       Aberrated atrial premature beat
J       Nodal (junctional) premature beat
S       Supraventricular premature or ectopic beat (atrial or nodal)
V       Premature ventricular contraction
r       R-on-T premature ventricular contraction
F       Fusion of ventricular and normal beat
e       Atrial escape beat
j       Nodal (junctional) escape beat
n       Supraventricular escape beat (atrial or nodal)
E       Ventricular escape beat
/       Paced beat
f       Fusion of paced and normal beat
Q       Unclassifiable beat
?       Beat not classified during learning
wfnian commented 2 years ago

Thank you very much, I was too careless and later found the meaning in your code

Wilbur0912 @.***> 于2022年6月5日周日 18:23写道:

'N' for normal beats. Similarly we can give the input 'L' for left bundle branch block beats. 'R' for right bundle branch block beats. 'A' for Atrial premature contraction. 'V' for ventricular premature contraction. '/' for paced beat. 'E' for Ventricular escape beat

— Reply to this email directly, view it on GitHub https://github.com/lxdv/ecg-classification/issues/41#issuecomment-1146779459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEK7AK5E7IV72VQXFJAJPTLVNR52FANCNFSM5WAEFBVQ . You are receiving this because you were mentioned.Message ID: @.***>

-- @. @.>>