Description Usage Arguments Value
Reconstruct a sequence of SAX data using centroids trained using 'runKMedian' function and compute the difference vector between the original and reconstructed data.
1 | reconstruct(seq, card, step, centroidList)
|
seq |
A vector of SAX data to be reconstructed using centroids. |
card |
A vector of cardinality values for the SAX data. |
step |
The size of the distance between indices of sampling of the SAX data. |
centroidList |
A list of lists of centroids and their cardinalities. Computed from 'runKMedian' function. |
A list containing a vector storing the reconstructed data and a vector storing the difference vector between the original and reconstructed data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.