Generates a data frame with the pairwise distances between trajectories
genHD(data_list, parallel = TRUE, distance = c("H", "F"), q = 0.5)
A data frame with the subjects and trips identifiers and their distances
A list created with "tr_gen"
function
TRUE/FALSE value. Use parallel computation? Default value is TRUE.
Metric used to compute the distances between trajectories. Options are **H** for median Hausforff distance, and **F** for discrete Fréchet distance.
Quantile for the extended Hausdorff distance. Default value q=0.5 leads to median Hausdorff distance.