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

Similarity functions for temporal types. More...

Functions

Datum Temporal_dyntimewarp_distance (PG_FUNCTION_ARGS)
 Return the Dynamic Time Warp (DTW) distance between two temporal values @sqlfn dynTimeWarpDistance() More...
 
Datum Temporal_dyntimewarp_path (PG_FUNCTION_ARGS)
 Return the Dynamic Time Warp (DTW) path between two temporal values @sqlfn dynTimeWarpPath() More...
 
Datum Temporal_frechet_distance (PG_FUNCTION_ARGS)
 Return the discrete Frechet distance between two temporal values @sqlfn frechetDistance() More...
 
Datum Temporal_frechet_path (PG_FUNCTION_ARGS)
 Return the Frechet path between two temporal values @sqlfn frechetDistancePath() More...
 
Datum Temporal_hausdorff_distance (PG_FUNCTION_ARGS)
 Return the Hausdorff distance between two temporal values @sqlfn hausdorffDistance() More...
 

Detailed Description

Similarity functions for temporal types.