Each series traces the electrical activity recorded during one heartbeat. The two classes are a normal heartbeat and a Myocardial Infarction.
Usage
data(ECG200)
Format
A list containing the following components:
df
data.frame
with the following variables:class
Corresponding class level of “CinCECGtorso” curves with 2 classes.
sample
Factor variable. In the TSC database, the first 100 values (
sample="train"
) are used as the training sample, and the remaining 100 (sample="test"
) for testing.
x
fdata
class object withn = 200
curves (one curve per row) and96
discretization points (one per column).