Lightning7 {WOAkMedoids}R Documentation

Lightning7 Data for Testing

Description

A dataset containing example data for testing purposes from the UCR Time Series Classification Archive. This dataset is a time series dataset with correct classifications in the first column. There are 7 classes in this dataset. It contains 73 series, each with 319 time points, and the best DTW window length for this dataset is 5.

Usage

data(Lightning7)

Format

A data frame with 73 rows and 320 columns. The first column (V1) is a factor vector of correct classifications, and the remaining 319 columns (V2 to V320) are numeric vectors of time series data.

Source

UCR Time Series Classification Archive

References

Examples

data(Lightning7)
head(Lightning7)

[Package WOAkMedoids version 0.1.0 Index]