MobilityDB  1.0

◆ 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]distMatrix keeping the distances
[in]instants1,instants2Instants of the temporal values
[in]count1,count2Number of instants of the temporal values
[in]simfuncSimilarity function, i.e., Frechet or DTW