|
MobilityDB 1.3
|
#include <meos.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 path. More... | |
Enumerations | |
| enum | SimFunc { FRECHET , DYNTIMEWARP , HAUSDORFF } |
Functions | |
| double | temporal_similarity (const Temporal *temp1, const Temporal *temp2, SimFunc simfunc) |
| Return the similarity distance between two temporal values. More... | |
| Match * | temporal_similarity_path (const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc) |
| Return the similarity path between two temporal values. More... | |