|
◆ tinstantarr_similarity_matrix1()
static void tinstantarr_similarity_matrix1 |
( |
double * |
dist, |
|
|
const TInstant ** |
instants1, |
|
|
int |
count1, |
|
|
const TInstant ** |
instants2, |
|
|
int |
count2, |
|
|
SimFunc |
simfunc |
|
) |
| |
|
static |
Computing the similarity distance between two temporal values using a full matrix.
- Parameters
-
[out] | dist | Matrix keeping the distances |
[in] | instants1,instants2 | Instants of the temporal values |
[in] | count1,count2 | Number of instants of the temporal values |
[in] | simfunc | Similarity function, i.e., Frechet or DTW |
|