Learn R Programming

jmotif (version 1.1.1)

Gun_Point: A standard UCR Gun Point dataset from http://www.cs.ucr.edu/~eamonn/time_series_data

Description

A standard UCR Gun Point dataset from http://www.cs.ucr.edu/~eamonn/time_series_data

Usage

Gun_Point

Arguments

Format

A four-elements list containing train and test data along with their labels

  • labels_train: the training data labels, correspond to data matrix rows

  • data_train: the training data matrix, each row is a time series instance

  • labels_test: the test data labels, correspond to data matrix rows

  • data_test: the test data matrix, each row is a time series instance