|
◆ tinstarr_similarity_matrix1()
static void tinstarr_similarity_matrix1 |
( |
const TInstant ** |
instants1, |
|
|
int |
count1, |
|
|
const TInstant ** |
instants2, |
|
|
int |
count2, |
|
|
SimFunc |
simfunc, |
|
|
double * |
dist |
|
) |
| |
|
static |
Compute the similarity distance between two temporal values using a full matrix.
- Parameters
-
[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 |
[out] | dist | Matrix keeping the distances |
|