TSCompute_NonConstraint_Dist function
The TSCompute_NonConstraint_Dist function calculates the DTW distance between two time series sequences without constrainsts.
Syntax
TSCompute_NonConstraint_Dist (
sequence1 list,
sequence2 list)
RETURNS DOUBLE PRECISION
- sequence1
- A list of values that is returned by the ValueAsCollection or TSGetValueList function.
- sequence2
- A list of values that is returned by the ValueAsCollection or TSGetValueList function.
Usage
Run the TSCompute_NonConstraint_Dist function to calculate the distance between two time series sequences without constraints. The length of the sequences must be the same. See Dynamic time warping.
Returns
A number that represents the distance between two sequences.