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