R/ECG5000.R

#' @title ECG 5000 dataset
#'
#' @description The data was pre-processed in two steps: (1) extract each heartbeat, (2) make each heartbeat equal length using interpolation. This dataset was originally used in paper "A general framework for never-ending learning from time series streams", DAMI 29(6). After that, 5,000 heartbeats were randomly selected. The patient has severe congestive heart failure and the class values were obtained by automated annotation
#' @details The original dataset for "ECG5000" is a 20-hour long ECG downloaded from Physionet. The name is BIDMC Congestive Heart Failure Database(chfdb) and it is record "chf07". It was originally published in "Goldberger AL, Amaral LAN, Glass L, Hausdorff JM, Ivanov PCh, Mark RG, Mietus JE, Moody GB, Peng C-K, Stanley HE. PhysioBank, PhysioToolkit, and PhysioNet: Components of a New Research Resource for Complex Physiologic Signals. Circulation 101(23)". 
#' @format 
#' \describe{
#' The variables are as follows:
#' \itemize{
#' \item{\code{df}:}{ \code{data.frame} with the following variables:}
#' \itemize{
#' \item{\code{class}:}{ Corresponding class level of ``ECG'' curves with 4 classes.}
#' \item{\code{sample}:}{Factor variable. In TSC database, the first 500 values (\code{sample=train}) are used for training sample and the rest of 4500 (\code{sample=test}) for testing.}
#' }
#' \item{\code{x}:}{ \code{fdata} class object with with n=5000 curves (per row) in 140 discretization points (per column).}
#' }
#'   
#' }
#' 
#' @docType data
#' @keywords datasets
#' @name ECG5000
#' @usage data(ECG5000)
#' @source \url{https://physionet.org/cgi-bin/atm/ATM} and \url{http://timeseriesclassification.com/description.php?Dataset=ECG5000}
#' 
NULL
moviedo5/fda.tsc documentation built on May 16, 2019, 12:10 a.m.