30#ifndef __TEMPORAL_ANALYTICS_H__
31#define __TEMPORAL_ANALYTICS_H__
External API of the Mobility Engine Open Source (MEOS) library.
Struct for storing a similarity match.
Definition: meos.h:248
int size
Definition: temporal_analytics.h:53
Match * path
Definition: temporal_analytics.h:54
bool done
Definition: temporal_analytics.h:51
int i
Definition: temporal_analytics.h:52
Struct for storing the state that persists across multiple calls generating the path.
Definition: temporal_analytics.h:50
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:173
Match * temporal_similarity_path(const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc)
Return the similarity path between two temporal values.
Definition: temporal_analytics.c:1086
double temporal_similarity(const Temporal *temp1, const Temporal *temp2, SimFunc simfunc)
Return the similarity distance between two temporal values.
Definition: temporal_analytics.c:829
SimFunc
Definition: temporal_analytics.h:39
@ FRECHET
Definition: temporal_analytics.h:40
@ DYNTIMEWARP
Definition: temporal_analytics.h:41
@ HAUSDORFF
Definition: temporal_analytics.h:42