Description Usage Arguments Value
Compute the minimum distance between two sets of SAX data.
1 2 | minDis(SAXData1, card1, SAXData2, card2, rawDataSize,
suppressWarnings = FALSE)
|
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. |
The minimum distance between the two SAX data sets as a float
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.