30#ifndef __TEMPORAL_SIMILARITY_H__
31#define __TEMPORAL_SIMILARITY_H__
Struct for storing a similarity match.
Definition: meos.h:209
int size
Definition: temporal_similarity.h:52
Match * path
Definition: temporal_similarity.h:53
bool done
Definition: temporal_similarity.h:50
int i
Definition: temporal_similarity.h:51
Struct for storing the state that persists across multiple calls generating the bucket list.
Definition: temporal_similarity.h:49
Structure to represent the common structure of temporal values of any temporal subtype.
Definition: meos.h:136
Match * temporal_similarity_path(const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc)
Compute the similarity path between two temporal values.
Definition: temporal_similarity.c:428
double temporal_similarity(const Temporal *temp1, const Temporal *temp2, SimFunc simfunc)
Compute the similarity distance between two temporal values.
Definition: temporal_similarity.c:189
SimFunc
Definition: temporal_similarity.h:39
@ FRECHET
Definition: temporal_similarity.h:40
@ DYNTIMEWARP
Definition: temporal_similarity.h:41