|
MobilityDB 1.1
|
Similarity functions for temporal types. More...

Functions | |
| double | temporal_dyntimewarp_distance (const Temporal *temp1, const Temporal *temp2) |
| Compute the Dynamic Time Warp distance between two temporal values. More... | |
| Match * | temporal_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... | |
| Match * | temporal_frechet_path (const Temporal *temp1, const Temporal *temp2, int *count) |
| Compute the Frechet distance between two temporal values. More... | |
Similarity functions for temporal types.