minDis: Minimum Distance (minDis)

Description Usage Arguments Value

Description

Compute the minimum distance between two sets of SAX data.

Usage

1
2
minDis(SAXData1, card1, SAXData2, card2, rawDataSize,
  suppressWarnings = FALSE)

Arguments

card1

A vector containing the first of two sets of cardinality data for the SAX data.

card2

A vector containing the second of two sets of cardinality data for the SAX data.

rawDataSize

The size of the time series data before conversion to SAX data. The size of each time series data should be the same for both SAX data sets.

suppressWarnings

Supress any warnings created by the user. Not any warnings created by the compiler

SaxData1

A vector containing the first of two sets of SAX data for minimum distance computation.

SaxData2

A vector containing the second of two sets of SAX data for minimum distance computation.

Value

The minimum distance between the two SAX data sets as a float


jcpetkovich/rsax documentation built on May 18, 2019, 10:25 p.m.