PATTERNDETECTION
gtsThe PATTERNDETECTION
function will detect patterns in a Geo Time Series™. The patterns it is able to detect are those extracted by the PATTERNS
functions.
The following constraints are enforced:
- pattern length must divide window size
- quantization scale must be a power of two from 2 to 65536
PATTERNDETECTION
can only be applied to numeric Geo Time Series™ which are bucketized and filled (i.e. no bucket with missing values).- the patterns to detect must have been extracted with the same quantization scale and pattern length, the window size can be different.