MobilityDB 1.3
Loading...
Searching...
No Matches
Data Structures | Enumerations | Functions
temporal_analytics.h File Reference
#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...
 
Matchtemporal_similarity_path (const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc)
 Return the similarity path between two temporal values. More...