MobilityDB
1.0
src
general
temporal_similarity.c
similarity_path_state_make
similarity_path_state_next
temporal_dynamic_time_warp
temporal_dynamic_time_warp_path
temporal_frechet_distance
temporal_frechet_path
temporal_similarity
temporal_similarity_internal
temporal_similarity_path
temporal_similarity_path_internal
tinstant_distance
tinstantarr_similarity
tinstantarr_similarity1
tinstantarr_similarity_matrix
tinstantarr_similarity_matrix1
tinstantarr_similarity_path
tnumberinst_distance
tpointinst_distance
◆
similarity_path_state_make()
static
SimilarityPathState
* similarity_path_state_make
(
Match
*
path
,
int
size
)
static
Create the initial state that persists across multiple calls of the function.
Parameters
[in]
path
Match
path
[in]
size
Size of the path
Precondition
The size argument must be greater to 0.
Note
The path is in reverse order and thus, we start from the last element
Generated by
1.8.13