ucr_int_bleeding: UCR Anomaly Archive – Internal Bleeding

ucr_int_bleedingR Documentation

UCR Anomaly Archive – Internal Bleeding

Description

Data collection with real-world time-series. Real physiological time series with labeled anomalous intervals. See cefet-rj-dal/united for detailed guidance on using this package and the other datasets available in it. Labels available? Yes

Usage

data(ucr_int_bleeding)

Format

A list of time series.

Details

This package ships a mini version of the dataset. Use loadfulldata() to download and load the full dataset from the URL stored in attr(url).

Source

UCR Anomaly Archive

References

UCR Time Series Anomaly Archive. See also: Chandola, V., Banerjee, A., & Kumar, V. (2009). Anomaly detection: A survey. ACM Computing Surveys, 41(3), 1–58.

Examples

data(ucr_int_bleeding)
s <- ucr_int_bleeding[[1]]
plot(ts(s$value))

harbinger documentation built on Feb. 11, 2026, 9:06 a.m.