classify_new_ts_taxonomy: Classifies a ts based on the tstaxonomyr R package.

Description Usage Arguments Value Examples

Description

This is a function to classify a time series data by the tstaxonomyr R package. It requires a time series, vector or a data.frame object which represents a multivariate time series. The time series object is classified on several (statistical) features of the ts taxonomy from the 'tstaxonomyr' R package.

Usage

1
classify_new_ts_taxonomy(ts, ts_taxonomy = "v1")

Arguments

ts

Either a vector, time series or data.frame object representing a time series is allowed.

ts_taxonomy

Either 'v1' or 'v2'. v1 uses the default time series taxonomy and v2 the feature selected ts taxonomy of the tstaxonomyr package.

Value

A data frame, containing all scaled feature factor values. If the input ts is not a vector, ts or data.frame object an error message is returned.

Examples

1

mowomoyela/tsfcmethodr documentation built on May 15, 2019, 4:47 p.m.