|
MobilityDB 1.1
|
#include "temporal.h"

Go to the source code of this file.
Data Structures | |
| struct | SimilarityPathState |
| Struct for storing the state that persists across multiple calls generating the bucket list. More... | |
Enumerations | |
| enum | SimFunc { FRECHET , DYNTIMEWARP } |
Functions | |
| double | temporal_similarity (const Temporal *temp1, const Temporal *temp2, SimFunc simfunc) |
| Compute the similarity distance between two temporal values. More... | |
| Match * | temporal_similarity_path (const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc) |
| Compute the similarity path between two temporal values. More... | |