Description Usage Arguments Value
Convert time series data to SAX, group Train and Test sequences, compute each distribution then graph the KL divergence between every combination of two sequences
1 2 | runKLDMtx(rawData, saxGroupSize, saxAlphabetSize, dMarkovSize, disStep,
disWindowSize, k)
|
rawData |
A vector of the raw data/time series data |
saxGroupSize |
The group size when converting data into SAX representation |
saxAlphabetSize |
The alphabet size when converting data into SAX representation |
dMarkovSize |
The size when grouping observed data to predict the next hidden state |
disStep |
The step size of sampling when computing the distribution |
disWindowSize |
The size of the sample when computing the distribution |
k |
The maximum number of nearest neighbours when computing the KL divergence |
This function does not return anything. However it does create a png of all the KL divergences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.