MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Similarity functions for temporal types. More...

Functions

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

Detailed Description

Similarity functions for temporal types.