MobilityDB 1.1
Data Structures | Enumerations | Functions
temporal_similarity.h File Reference
#include "temporal.h"
Include dependency graph for temporal_similarity.h:
This graph shows which files directly or indirectly include this file:

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...
 
Matchtemporal_similarity_path (const Temporal *temp1, const Temporal *temp2, int *count, SimFunc simfunc)
 Compute the similarity path between two temporal values. More...