MobilityDB 1.1
Functions

Similarity functions for temporal types. More...

Collaboration diagram for Similarity functions:

Functions

double temporal_dyntimewarp_distance (const Temporal *temp1, const Temporal *temp2)
 Compute the Dynamic Time Warp distance between two temporal values. More...
 
Matchtemporal_dyntimewarp_path (const Temporal *temp1, const Temporal *temp2, int *count)
 Compute the Dynamic Time Warp distance between two temporal values. More...
 
double temporal_frechet_distance (const Temporal *temp1, const Temporal *temp2)
 Compute the Frechet distance between two temporal values. More...
 
Matchtemporal_frechet_path (const Temporal *temp1, const Temporal *temp2, int *count)
 Compute the Frechet distance between two temporal values. More...
 

Detailed Description

Similarity functions for temporal types.