|
◆ tinstarr_similarity_matrix()
Match * tinstarr_similarity_matrix |
( |
const TInstant ** |
instants1, |
|
|
int |
count1, |
|
|
const TInstant ** |
instants2, |
|
|
int |
count2, |
|
|
SimFunc |
simfunc, |
|
|
int * |
count |
|
) |
| |
Compute the similarity distance between two temporal values.
- Parameters
-
[in] | instants1,instants2 | Arrays of temporal instants |
[in] | count1,count2 | Number of instants in the arrays |
[in] | simfunc | Similarity function, i.e., Frechet or DTW |
[out] | count | Number of elements in the resulting array |
|